org.jdiameter.server.impl.app.rx
Class ServerRxSessionDataLocalImpl

java.lang.Object
  extended by org.jdiameter.common.api.app.AppSessionDataLocalImpl
      extended by org.jdiameter.server.impl.app.rx.ServerRxSessionDataLocalImpl
All Implemented Interfaces:
IAppSessionData, IRxSessionData, IServerRxSessionData

public class ServerRxSessionDataLocalImpl
extends AppSessionDataLocalImpl
implements IServerRxSessionData

Author:
Richard Good , Alexandre Mendonca , Bartosz Baranowski

Field Summary
protected  ServerRxSessionState state
           
protected  boolean stateless
           
 
Fields inherited from interface org.jdiameter.common.api.app.IAppSessionData
NON_INITIALIZED
 
Constructor Summary
ServerRxSessionDataLocalImpl()
           
 
Method Summary
 ServerRxSessionState getServerRxSessionState()
           
 boolean isStateless()
           
 void setServerRxSessionState(ServerRxSessionState state)
           
 void setStateless(boolean stateless)
           
 
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 ServerRxSessionState state
Constructor Detail

ServerRxSessionDataLocalImpl

public ServerRxSessionDataLocalImpl()
Method Detail

isStateless

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

setStateless

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

getServerRxSessionState

public ServerRxSessionState getServerRxSessionState()
Specified by:
getServerRxSessionState in interface IServerRxSessionData

setServerRxSessionState

public void setServerRxSessionState(ServerRxSessionState state)
Specified by:
setServerRxSessionState in interface IServerRxSessionData


Copyright © 2014. All Rights Reserved.