org.jdiameter.server.impl.app.cca
Class ServerCCASessionDataLocalImpl

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

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

tccTimerId

protected java.io.Serializable tccTimerId
Constructor Detail

ServerCCASessionDataLocalImpl

public ServerCCASessionDataLocalImpl()
Method Detail

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.