Class ObjectRegistry.Entry

java.lang.Object
com.gigaspaces.lrmi.ObjectRegistry.Entry
Enclosing class:
ObjectRegistry

public static class ObjectRegistry.Entry extends Object
  • Field Details

    • m_Object

      public final Remote m_Object
    • m_ObjectId

      public final long m_ObjectId
  • Constructor Details

    • Entry

      public Entry(Remote object, long objectId, LRMIMethod[] lrmiMethods)
  • Method Details

    • setProtocol

      public void setProtocol(String protocol)
      Set protocol name.
    • setServerPeer

      public void setServerPeer(ServerPeer serverPeer)
      Set server-peer registration of exported object.
    • getServerPeer

      public ServerPeer getServerPeer()
      Returns:
      server-peer registration of exported object
    • getProtocol

      public String getProtocol()
      Returns:
      the protocol name
    • getExportedThreadClassLoader

      public final ClassLoader getExportedThreadClassLoader()
      Returns:
      the thread context ClassLoader of the thread which call LRMIRuntime.export()
    • getObject

      public final Remote getObject()
      Returns:
      the exported object
    • getMethodList

      public LRMIMethod[] getMethodList()
      Returns:
      the method list associated with this service
    • toString

      public String toString()
      Overrides:
      toString in class Object