org.jdiameter.common.api.app.s6a
Interface IS6aSessionData

All Superinterfaces:
IAppSessionData
All Known Subinterfaces:
IClientS6aSessionData, IServerS6aSessionData
All Known Implementing Classes:
ClientS6aSessionDataLocalImpl, S6aLocalSessionDataImpl, ServerS6aSessionDataLocalImpl

public interface IS6aSessionData
extends IAppSessionData

Author:
Alexandre Mendonca , Richard Good , Paul Carter-Brown

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

Method Detail

setS6aSessionState

void setS6aSessionState(S6aSessionState state)

getS6aSessionState

S6aSessionState getS6aSessionState()

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.