public class ServerCCASessionDataLocalImpl extends AppSessionDataLocalImpl implements IServerCCASessionData
| Modifier and Type | Field and Description |
|---|---|
protected ServerCCASessionState |
state |
protected boolean |
stateless |
protected Serializable |
tccTimerId |
NON_INITIALIZED| Constructor and Description |
|---|
ServerCCASessionDataLocalImpl() |
| Modifier and Type | Method and Description |
|---|---|
ServerCCASessionState |
getServerCCASessionState() |
Serializable |
getTccTimerId() |
boolean |
isStateless() |
void |
setServerCCASessionState(ServerCCASessionState 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 ServerCCASessionState state
protected Serializable tccTimerId
public boolean isStateless()
isStateless in interface IServerCCASessionDatapublic void setStateless(boolean stateless)
setStateless in interface IServerCCASessionDatapublic ServerCCASessionState getServerCCASessionState()
getServerCCASessionState in interface IServerCCASessionDatapublic void setServerCCASessionState(ServerCCASessionState state)
setServerCCASessionState in interface IServerCCASessionDatapublic Serializable getTccTimerId()
getTccTimerId in interface IServerCCASessionDatapublic void setTccTimerId(Serializable tccTimerId)
setTccTimerId in interface IServerCCASessionDataCopyright © 2016. All Rights Reserved.