T
- - The specified protocol sessionpublic interface ProtocolSessionAdapter<T> extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getApplicationSessionId()
Return the id of application session.
|
String |
getId()
Return a unique id representing the session.
|
T |
getSession()
Gets the actual session object.
|
Class<T> |
getSessionType()
Gets the type of the session class.
|
void |
invalidate()
Invalidate the protocol session.
|
String getId()
String getApplicationSessionId()
Class<T> getSessionType()
T getSession()
void invalidate()