org.jdiameter.common.api.app.cxdx
Interface ICxDxSessionData

All Superinterfaces:
IAppSessionData
All Known Subinterfaces:
IClientCxDxSessionData, IServerCxDxSessionData
All Known Implementing Classes:
ClientCxDxSessionDataLocalImpl, CxDxLocalSessionDataImpl, ServerCxDxSessionDataLocalImpl

public interface ICxDxSessionData
extends IAppSessionData

Author:
Bartosz Baranowski , Alexandre Mendonca

Field Summary
 
Fields inherited from interface org.jdiameter.common.api.app.IAppSessionData
NON_INITIALIZED
 
Method Summary
 Request getBuffer()
           
 CxDxSessionState getCxDxSessionState()
           
 java.io.Serializable getTsTimerId()
           
 void setBuffer(Request buffer)
           
 void setCxDxSessionState(CxDxSessionState state)
           
 void setTsTimerId(java.io.Serializable tid)
           
 
Methods inherited from interface org.jdiameter.common.api.app.IAppSessionData
getApplicationId, getSessionId, remove, setApplicationId
 

Method Detail

setCxDxSessionState

void setCxDxSessionState(CxDxSessionState state)

getCxDxSessionState

CxDxSessionState getCxDxSessionState()

getTsTimerId

java.io.Serializable getTsTimerId()

setTsTimerId

void setTsTimerId(java.io.Serializable tid)

setBuffer

void setBuffer(Request buffer)

getBuffer

Request getBuffer()


Copyright © 2014. All Rights Reserved.