org.jdiameter.server.impl.app.gx
Class ServerGxSessionDataLocalImpl

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

Field Summary
protected  ServerGxSessionState state
           
protected  boolean stateless
           
protected  java.io.Serializable tccTimerId
           
 
Fields inherited from interface org.jdiameter.common.api.app.IAppSessionData
NON_INITIALIZED
 
Constructor Summary
ServerGxSessionDataLocalImpl()
           
 
Method Summary
 ServerGxSessionState getServerGxSessionState()
           
 java.io.Serializable getTccTimerId()
           
 boolean isStateless()
           
 void setServerGxSessionState(ServerGxSessionState 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 ServerGxSessionState state

tccTimerId

protected java.io.Serializable tccTimerId
Constructor Detail

ServerGxSessionDataLocalImpl

public ServerGxSessionDataLocalImpl()
Method Detail

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.