public class ServerRoSessionDataLocalImpl extends AppSessionDataLocalImpl implements IServerRoSessionData
| Modifier and Type | Field and Description |
|---|---|
protected ServerRoSessionState |
state |
protected boolean |
stateless |
protected Serializable |
tccTimerId |
NON_INITIALIZED| Constructor and Description |
|---|
ServerRoSessionDataLocalImpl() |
| Modifier and Type | Method and Description |
|---|---|
ServerRoSessionState |
getServerRoSessionState() |
Serializable |
getTccTimerId() |
boolean |
isStateless() |
void |
setServerRoSessionState(ServerRoSessionState state) |
void |
setStateless(boolean stateless) |
void |
setTccTimerId(Serializable tccTimerId) |
equals, getApplicationId, getSessionId, hashCode, remove, setApplicationId, setSessionIdclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetApplicationId, getSessionId, remove, setApplicationIdprotected boolean stateless
protected ServerRoSessionState state
protected Serializable tccTimerId
public boolean isStateless()
isStateless in interface IServerRoSessionDatapublic void setStateless(boolean stateless)
setStateless in interface IServerRoSessionDatapublic ServerRoSessionState getServerRoSessionState()
getServerRoSessionState in interface IServerRoSessionDatapublic void setServerRoSessionState(ServerRoSessionState state)
setServerRoSessionState in interface IServerRoSessionDatapublic Serializable getTccTimerId()
getTccTimerId in interface IServerRoSessionDatapublic void setTccTimerId(Serializable tccTimerId)
setTccTimerId in interface IServerRoSessionDataCopyright © 2016. All Rights Reserved.