org.jdiameter.common.impl.app.s6a
Class S6aLocalSessionDataImpl

java.lang.Object
  extended by org.jdiameter.common.api.app.AppSessionDataLocalImpl
      extended by org.jdiameter.common.impl.app.s6a.S6aLocalSessionDataImpl
All Implemented Interfaces:
IAppSessionData, IS6aSessionData
Direct Known Subclasses:
ClientS6aSessionDataLocalImpl, ServerS6aSessionDataLocalImpl

public class S6aLocalSessionDataImpl
extends AppSessionDataLocalImpl
implements IS6aSessionData

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

Field Summary
protected  Request buffer
           
protected  S6aSessionState state
           
protected  java.io.Serializable tsTimerId
           
 
Fields inherited from interface org.jdiameter.common.api.app.IAppSessionData
NON_INITIALIZED
 
Constructor Summary
S6aLocalSessionDataImpl()
           
 
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 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

state

protected S6aSessionState state

buffer

protected Request buffer

tsTimerId

protected java.io.Serializable tsTimerId
Constructor Detail

S6aLocalSessionDataImpl

public S6aLocalSessionDataImpl()
Method Detail

setS6aSessionState

public void setS6aSessionState(S6aSessionState state)
Specified by:
setS6aSessionState in interface IS6aSessionData

getS6aSessionState

public S6aSessionState getS6aSessionState()
Specified by:
getS6aSessionState in interface IS6aSessionData

getTsTimerId

public java.io.Serializable getTsTimerId()
Specified by:
getTsTimerId in interface IS6aSessionData

setTsTimerId

public void setTsTimerId(java.io.Serializable tid)
Specified by:
setTsTimerId in interface IS6aSessionData

setBuffer

public void setBuffer(Request buffer)
Specified by:
setBuffer in interface IS6aSessionData

getBuffer

public Request getBuffer()
Specified by:
getBuffer in interface IS6aSessionData


Copyright © 2014. All Rights Reserved.