org.jdiameter.server.impl.app.rx
Interface IServerRxSessionData

All Superinterfaces:
IAppSessionData, IRxSessionData
All Known Implementing Classes:
ServerRxSessionDataLocalImpl

public interface IServerRxSessionData
extends IRxSessionData

Author:
Richard Good , Alexandre Mendonca , Bartosz Baranowski

Field Summary
 
Fields inherited from interface org.jdiameter.common.api.app.IAppSessionData
NON_INITIALIZED
 
Method Summary
 ServerRxSessionState getServerRxSessionState()
           
 boolean isStateless()
           
 void setServerRxSessionState(ServerRxSessionState state)
           
 void setStateless(boolean stateless)
           
 
Methods inherited from interface org.jdiameter.common.api.app.IAppSessionData
getApplicationId, getSessionId, remove, setApplicationId
 

Method Detail

isStateless

boolean isStateless()

setStateless

void setStateless(boolean stateless)

getServerRxSessionState

ServerRxSessionState getServerRxSessionState()

setServerRxSessionState

void setServerRxSessionState(ServerRxSessionState state)


Copyright © 2014. All Rights Reserved.