public interface BaseSession
| Modifier and Type | Method and Description |
|---|---|
long |
getCreationTime()
Returns the time when this session was created (milliseconds)
Start point of time January 1, 1970 GMT.
|
long |
getLastAccessedTime()
Returns the last time an event occurred on this session (milliseconds)
Start point of time January 1, 1970 GMT.
|
String |
getSessionId() |
boolean |
isAppSession()
Indicates if this is an App Session or a raw/base session
|
boolean |
isReplicable()
Indicates if the session is replicable
|
boolean |
isValid()
Return true if session is not released
|
void |
release()
Release all resources append to session
|
long getCreationTime()
long getLastAccessedTime()
boolean isValid()
void release()
boolean isAppSession()
boolean isReplicable()
String getSessionId()
Copyright © 2016. All Rights Reserved.