org.jdiameter.server.impl.app.ro
Class ServerRoSessionDataLocalImpl
java.lang.Object
org.jdiameter.common.api.app.AppSessionDataLocalImpl
org.jdiameter.server.impl.app.ro.ServerRoSessionDataLocalImpl
- All Implemented Interfaces:
- IAppSessionData, IRoSessionData, IServerRoSessionData
public class ServerRoSessionDataLocalImpl
- extends AppSessionDataLocalImpl
- implements IServerRoSessionData
- 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 ServerRoSessionState state
tccTimerId
protected java.io.Serializable tccTimerId
ServerRoSessionDataLocalImpl
public ServerRoSessionDataLocalImpl()
isStateless
public boolean isStateless()
- Specified by:
isStateless in interface IServerRoSessionData
setStateless
public void setStateless(boolean stateless)
- Specified by:
setStateless in interface IServerRoSessionData
getServerRoSessionState
public ServerRoSessionState getServerRoSessionState()
- Specified by:
getServerRoSessionState in interface IServerRoSessionData
setServerRoSessionState
public void setServerRoSessionState(ServerRoSessionState state)
- Specified by:
setServerRoSessionState in interface IServerRoSessionData
getTccTimerId
public java.io.Serializable getTccTimerId()
- Specified by:
getTccTimerId in interface IServerRoSessionData
setTccTimerId
public void setTccTimerId(java.io.Serializable tccTimerId)
- Specified by:
setTccTimerId in interface IServerRoSessionData
Copyright © 2014. All Rights Reserved.