Package org.jboss.ejb.client
Class SessionID.Serialized
- java.lang.Object
-
- org.jboss.ejb.client.SessionID.Serialized
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SessionID
public static final class SessionID.Serialized extends Object implements Serializable
Serialized representation of a session ID..- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjectreadResolve()Reconstitute the session ID from this serialized representation.
-
-
-
Method Detail
-
readResolve
protected Object readResolve()
Reconstitute the session ID from this serialized representation.- Returns:
- the session ID object
-
-