Package com.gigaspaces.lrmi
Class ObjectRegistry.Entry
java.lang.Object
com.gigaspaces.lrmi.ObjectRegistry.Entry
- Enclosing class:
- ObjectRegistry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal ClassLoaderfinal RemotevoidsetProtocol(String protocol) Set protocol name.voidsetServerPeer(ServerPeer serverPeer) Set server-peer registration of exported object.toString()
-
Field Details
-
m_Object
-
m_ObjectId
public final long m_ObjectId
-
-
Constructor Details
-
Entry
-
-
Method Details
-
setProtocol
Set protocol name. -
setServerPeer
Set server-peer registration of exported object. -
getServerPeer
- Returns:
- server-peer registration of exported object
-
getProtocol
- Returns:
- the protocol name
-
getExportedThreadClassLoader
- Returns:
- the thread context ClassLoader of the thread which call LRMIRuntime.export()
-
getObject
- Returns:
- the exported object
-
getMethodList
- Returns:
- the method list associated with this service
-
toString
-