Uses of Class
com.gigaspaces.lrmi.ObjectRegistry.Entry
Packages that use ObjectRegistry.Entry
-
Uses of ObjectRegistry.Entry in com.gigaspaces.lrmi
Methods in com.gigaspaces.lrmi that return ObjectRegistry.EntryModifier and TypeMethodDescriptionObjectRegistry.createEntry(Remote object, long objectId, LRMIMethod[] lrmiMethods) Creates a new entry in this registry.ObjectRegistry.getEntryFromObject(Object object) Returns the entry corresponding to the specified object.ObjectRegistry.getEntryFromObjectId(long objectId) ObjectRegistry.getEntryFromObjectIdIfExists(long objectId) Returns the entry corresponding to the specified object id.LRMIRuntime.getRegistryObject(long objectId) Returns the object registry info of bound remote object in remote LRMI stack.