Class StubId
java.lang.Object
com.gigaspaces.internal.stubcache.StubId
- All Implemented Interfaces:
Externalizable,Serializable
A unique identifier for an exported stub
- Since:
- 7.5
- Author:
- eitany
- See Also:
-
Field Details
-
_remoteLrmiRuntimeId
public long _remoteLrmiRuntimeId -
_remoteObjId
public long _remoteObjId
-
-
Constructor Details
-
StubId
public StubId() -
StubId
public StubId(long remoteLrmiRuntimeId, long remoteObjId)
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-