org.jdiameter.server.impl.app.auth
Class ServerAuthSessionDataLocalImpl
java.lang.Object
org.jdiameter.common.api.app.AppSessionDataLocalImpl
org.jdiameter.server.impl.app.auth.ServerAuthSessionDataLocalImpl
- All Implemented Interfaces:
- IAuthSessionData, IAppSessionData, IServerAuthSessionData
public class ServerAuthSessionDataLocalImpl
- extends AppSessionDataLocalImpl
- implements IServerAuthSessionData
- Author:
- Bartosz Baranowski , Alexandre Mendonca
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
state
protected ServerAuthSessionState state
tsTimerId
protected java.io.Serializable tsTimerId
tsTimeout
protected long tsTimeout
stateless
protected boolean stateless
ServerAuthSessionDataLocalImpl
public ServerAuthSessionDataLocalImpl()
getServerAuthSessionState
public ServerAuthSessionState getServerAuthSessionState()
- Specified by:
getServerAuthSessionState in interface IServerAuthSessionData
setServerAuthSessionState
public void setServerAuthSessionState(ServerAuthSessionState state)
- Specified by:
setServerAuthSessionState in interface IServerAuthSessionData
isStateless
public boolean isStateless()
- Specified by:
isStateless in interface IServerAuthSessionData
setStateless
public void setStateless(boolean stateless)
- Specified by:
setStateless in interface IServerAuthSessionData
setTsTimeout
public void setTsTimeout(long tsTimeout)
- Specified by:
setTsTimeout in interface IServerAuthSessionData
getTsTimeout
public long getTsTimeout()
- Specified by:
getTsTimeout in interface IServerAuthSessionData
setTsTimerId
public void setTsTimerId(java.io.Serializable tsTimerId)
- Specified by:
setTsTimerId in interface IServerAuthSessionData
getTsTimerId
public java.io.Serializable getTsTimerId()
- Specified by:
getTsTimerId in interface IServerAuthSessionData
Copyright © 2014. All Rights Reserved.