public abstract class AppSessionDataLocalImpl extends Object implements IAppSessionData
NON_INITIALIZED| Constructor and Description |
|---|
AppSessionDataLocalImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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.
|
int |
hashCode() |
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.
|
void |
setSessionId(String sessionId) |
public String getSessionId()
IAppSessionDatagetSessionId in interface IAppSessionDatapublic void setSessionId(String sessionId)
public ApplicationId getApplicationId()
IAppSessionDatagetApplicationId in interface IAppSessionDatapublic void setApplicationId(ApplicationId applicationId)
IAppSessionDatasetApplicationId in interface IAppSessionDataapplicationId - the Application-Idpublic boolean remove()
IAppSessionDataremove in interface IAppSessionDataCopyright © 2016. All Rights Reserved.