org.jdiameter.server.impl.app.rf
Class ServerRfSessionDataLocalImpl

java.lang.Object
  extended by org.jdiameter.common.api.app.AppSessionDataLocalImpl
      extended by org.jdiameter.server.impl.app.rf.ServerRfSessionDataLocalImpl
All Implemented Interfaces:
IAppSessionData, IRfSessionData, IServerRfSessionData

public class ServerRfSessionDataLocalImpl
extends AppSessionDataLocalImpl
implements IServerRfSessionData

Author:
Bartosz Baranowski , Alexandre Mendonca

Field Summary
protected  ServerRfSessionState state
           
protected  boolean stateless
           
protected  long tsTimeout
           
protected  java.io.Serializable tsTimerId
           
 
Fields inherited from interface org.jdiameter.common.api.app.IAppSessionData
NON_INITIALIZED
 
Constructor Summary
ServerRfSessionDataLocalImpl()
           
 
Method Summary
 ServerRfSessionState getServerRfSessionState()
           
 long getTsTimeout()
           
 java.io.Serializable getTsTimerId()
           
 boolean isStateless()
           
 void setServerRfSessionState(ServerRfSessionState state)
           
 void setStateless(boolean stateless)
           
 void setTsTimeout(long tsTimeout)
           
 void setTsTimerId(java.io.Serializable tsTimerId)
           
 
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 ServerRfSessionState state

tsTimerId

protected java.io.Serializable tsTimerId

tsTimeout

protected long tsTimeout
Constructor Detail

ServerRfSessionDataLocalImpl

public ServerRfSessionDataLocalImpl()
Method Detail

isStateless

public boolean isStateless()
Specified by:
isStateless in interface IServerRfSessionData

setStateless

public void setStateless(boolean stateless)
Specified by:
setStateless in interface IServerRfSessionData

getServerRfSessionState

public ServerRfSessionState getServerRfSessionState()
Specified by:
getServerRfSessionState in interface IServerRfSessionData

setServerRfSessionState

public void setServerRfSessionState(ServerRfSessionState state)
Specified by:
setServerRfSessionState in interface IServerRfSessionData

getTsTimerId

public java.io.Serializable getTsTimerId()
Specified by:
getTsTimerId in interface IServerRfSessionData

setTsTimerId

public void setTsTimerId(java.io.Serializable tsTimerId)
Specified by:
setTsTimerId in interface IServerRfSessionData

getTsTimeout

public long getTsTimeout()
Specified by:
getTsTimeout in interface IServerRfSessionData

setTsTimeout

public void setTsTimeout(long tsTimeout)
Specified by:
setTsTimeout in interface IServerRfSessionData


Copyright © 2014. All Rights Reserved.