|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OutgoingDistributableSessionData
Encapsulates the types of data about a session that can be stored to a distributed cache, except for the attributes. How to obtain the attributes, if available, would be specified via a subinterface.
Method Summary | |
---|---|
DistributableSessionMetadata |
getMetadata()
Gets the other session metadata besides the version and timestamp. |
String |
getRealId()
Gets the session id with any appended jvmRoute info removed. |
Long |
getTimestamp()
Gets the timestamp of the most recent session access. |
int |
getVersion()
Gets the session's version. |
Method Detail |
---|
String getRealId()
int getVersion()
Long getTimestamp()
DistributableSessionMetadata getMetadata()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |