org.jdiameter.server.impl.app.gx
Class ServerGxSessionDataLocalImpl
java.lang.Object
org.jdiameter.common.api.app.AppSessionDataLocalImpl
org.jdiameter.server.impl.app.gx.ServerGxSessionDataLocalImpl
- All Implemented Interfaces:
- IGxSessionData, IAppSessionData, IServerGxSessionData
public class ServerGxSessionDataLocalImpl
- extends AppSessionDataLocalImpl
- implements IServerGxSessionData
- Author:
- Bartosz Baranowski , Alexandre Mendonca
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
stateless
protected boolean stateless
state
protected ServerGxSessionState state
tccTimerId
protected java.io.Serializable tccTimerId
ServerGxSessionDataLocalImpl
public ServerGxSessionDataLocalImpl()
isStateless
public boolean isStateless()
- Specified by:
isStateless in interface IServerGxSessionData
setStateless
public void setStateless(boolean stateless)
- Specified by:
setStateless in interface IServerGxSessionData
getServerGxSessionState
public ServerGxSessionState getServerGxSessionState()
- Specified by:
getServerGxSessionState in interface IServerGxSessionData
setServerGxSessionState
public void setServerGxSessionState(ServerGxSessionState state)
- Specified by:
setServerGxSessionState in interface IServerGxSessionData
getTccTimerId
public java.io.Serializable getTccTimerId()
- Specified by:
getTccTimerId in interface IServerGxSessionData
setTccTimerId
public void setTccTimerId(java.io.Serializable tccTimerId)
- Specified by:
setTccTimerId in interface IServerGxSessionData
Copyright © 2014. All Rights Reserved.