org.jdiameter.server.impl.app.cca
Class ServerCCASessionDataLocalImpl
java.lang.Object
org.jdiameter.common.api.app.AppSessionDataLocalImpl
org.jdiameter.server.impl.app.cca.ServerCCASessionDataLocalImpl
- All Implemented Interfaces:
- ICCASessionData, IAppSessionData, IServerCCASessionData
public class ServerCCASessionDataLocalImpl
- extends AppSessionDataLocalImpl
- implements IServerCCASessionData
- 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 ServerCCASessionState state
tccTimerId
protected java.io.Serializable tccTimerId
ServerCCASessionDataLocalImpl
public ServerCCASessionDataLocalImpl()
isStateless
public boolean isStateless()
- Specified by:
isStateless in interface IServerCCASessionData
setStateless
public void setStateless(boolean stateless)
- Specified by:
setStateless in interface IServerCCASessionData
getServerCCASessionState
public ServerCCASessionState getServerCCASessionState()
- Specified by:
getServerCCASessionState in interface IServerCCASessionData
setServerCCASessionState
public void setServerCCASessionState(ServerCCASessionState state)
- Specified by:
setServerCCASessionState in interface IServerCCASessionData
getTccTimerId
public java.io.Serializable getTccTimerId()
- Specified by:
getTccTimerId in interface IServerCCASessionData
setTccTimerId
public void setTccTimerId(java.io.Serializable tccTimerId)
- Specified by:
setTccTimerId in interface IServerCCASessionData
Copyright © 2014. All Rights Reserved.