Package com.j_spaces.core
Class OperationID
java.lang.Object
com.j_spaces.core.OperationID
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable
Global unique identifier of a client operation. based on the LRMI id as the client ID and a
sequence number per client as the operation ID;
- Since:
- 7.0
- Author:
- asy ronen
- See Also:
-
Constructor Details
-
OperationID
public OperationID(long clientID, long operationID) -
OperationID
public OperationID()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
getClientID
public long getClientID() -
getOperationID
public long getOperationID()
-