public interface IAppSessionData
| Modifier and Type | Field and Description |
|---|---|
static int |
NON_INITIALIZED |
| Modifier and Type | Method and Description |
|---|---|
ApplicationId |
getApplicationId()
Returns the Application-Id of this Session Data session to which this data belongs to.
|
String |
getSessionId()
Returns the session-id of the session to which this data belongs to.
|
boolean |
remove()
Removes this session data from storage
|
void |
setApplicationId(ApplicationId applicationId)
Sets the Application-Id of this Session Data session to which this data belongs to.
|
static final int NON_INITIALIZED
String getSessionId()
void setApplicationId(ApplicationId applicationId)
applicationId - the Application-IdApplicationId getApplicationId()
boolean remove()
Copyright © 2016. All Rights Reserved.