public static class ObjectRegistry.Entry extends Object
Modifier and Type | Field and Description |
---|---|
Remote |
m_Object |
long |
m_ObjectId |
Constructor and Description |
---|
Entry(Remote object,
long objectId,
LRMIMethod[] lrmiMethods) |
Modifier and Type | Method and Description |
---|---|
ClassLoader |
getExportedThreadClassLoader() |
LRMIMethod[] |
getMethodList() |
Remote |
getObject() |
String |
getProtocol() |
ServerPeer |
getServerPeer() |
void |
setProtocol(String protocol)
Set protocol name.
|
void |
setServerPeer(ServerPeer serverPeer)
Set server-peer registration of exported object.
|
String |
toString() |
public final Remote m_Object
public final long m_ObjectId
public Entry(Remote object, long objectId, LRMIMethod[] lrmiMethods)
public void setProtocol(String protocol)
public void setServerPeer(ServerPeer serverPeer)
public ServerPeer getServerPeer()
public String getProtocol()
public final ClassLoader getExportedThreadClassLoader()
public final Remote getObject()
public LRMIMethod[] getMethodList()
Copyright © GigaSpaces.