Package org.jboss.ejb.client
Class UUIDSessionID
- java.lang.Object
-
- org.jboss.ejb.client.SessionID
-
- org.jboss.ejb.client.UUIDSessionID
-
- All Implemented Interfaces:
Serializable,Comparable<SessionID>
public final class UUIDSessionID extends SessionID
A UUID-based session ID object.- Author:
- David M. Lloyd
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.ejb.client.SessionID
SessionID.Serialized
-
-
Constructor Summary
Constructors Constructor Description UUIDSessionID(UUID uuid)Construct a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUIDgetUuid()Get the UUID.StringtoString()-
Methods inherited from class org.jboss.ejb.client.SessionID
compareTo, createSessionID, equals, getEncodedForm, getEncodedFormRaw, hashCode, writeReplace
-
-
-
-
Constructor Detail
-
UUIDSessionID
public UUIDSessionID(UUID uuid)
Construct a new instance.- Parameters:
uuid- the UUID to use (must not benull)
-
-