org.jdiameter.server.impl.app.ro
Class ServerRoSessionDataLocalImpl

java.lang.Object
  extended by org.jdiameter.common.api.app.AppSessionDataLocalImpl
      extended by 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

Field Summary
protected  ServerRoSessionState state
           
protected  boolean stateless
           
protected  java.io.Serializable tccTimerId
           
 
Fields inherited from interface org.jdiameter.common.api.app.IAppSessionData
NON_INITIALIZED
 
Constructor Summary
ServerRoSessionDataLocalImpl()
           
 
Method Summary
 ServerRoSessionState getServerRoSessionState()
           
 java.io.Serializable getTccTimerId()
           
 boolean isStateless()
           
 void setServerRoSessionState(ServerRoSessionState state)
           
 void setStateless(boolean stateless)
           
 void setTccTimerId(java.io.Serializable tccTimerId)
           
 
Methods inherited from class org.jdiameter.common.api.app.AppSessionDataLocalImpl
equals, getApplicationId, getSessionId, hashCode, remove, setApplicationId, setSessionId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jdiameter.common.api.app.IAppSessionData
getApplicationId, getSessionId, remove, setApplicationId
 

Field Detail

stateless

protected boolean stateless

state

protected ServerRoSessionState state

tccTimerId

protected java.io.Serializable tccTimerId
Constructor Detail

ServerRoSessionDataLocalImpl

public ServerRoSessionDataLocalImpl()
Method Detail

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.