public class ServerGxSessionDataLocalImpl extends AppSessionDataLocalImpl implements IServerGxSessionData
| Modifier and Type | Field and Description |
|---|---|
protected ServerGxSessionState |
state |
protected boolean |
stateless |
protected Serializable |
tccTimerId |
NON_INITIALIZED| Constructor and Description |
|---|
ServerGxSessionDataLocalImpl() |
| Modifier and Type | Method and Description |
|---|---|
ServerGxSessionState |
getServerGxSessionState() |
Serializable |
getTccTimerId() |
boolean |
isStateless() |
void |
setServerGxSessionState(ServerGxSessionState 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 ServerGxSessionState state
protected Serializable tccTimerId
public boolean isStateless()
isStateless in interface IServerGxSessionDatapublic void setStateless(boolean stateless)
setStateless in interface IServerGxSessionDatapublic ServerGxSessionState getServerGxSessionState()
getServerGxSessionState in interface IServerGxSessionDatapublic void setServerGxSessionState(ServerGxSessionState state)
setServerGxSessionState in interface IServerGxSessionDatapublic Serializable getTccTimerId()
getTccTimerId in interface IServerGxSessionDatapublic void setTccTimerId(Serializable tccTimerId)
setTccTimerId in interface IServerGxSessionDataCopyright © 2016. All Rights Reserved.