org.jdiameter.server.impl.app.gx
Interface IServerGxSessionData

All Superinterfaces:
IAppSessionData, IGxSessionData
All Known Implementing Classes:
ServerGxSessionDataLocalImpl

public interface IServerGxSessionData
extends IGxSessionData

Author:
Bartosz Baranowski , Alexandre Mendonca

Field Summary
 
Fields inherited from interface org.jdiameter.common.api.app.IAppSessionData
NON_INITIALIZED
 
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 interface org.jdiameter.common.api.app.IAppSessionData
getApplicationId, getSessionId, remove, setApplicationId
 

Method Detail

isStateless

boolean isStateless()

setStateless

void setStateless(boolean stateless)

getServerGxSessionState

ServerGxSessionState getServerGxSessionState()

setServerGxSessionState

void setServerGxSessionState(ServerGxSessionState state)

setTccTimerId

void setTccTimerId(java.io.Serializable tccTimerId)

getTccTimerId

java.io.Serializable getTccTimerId()


Copyright © 2014. All Rights Reserved.