org.jdiameter.common.impl.app.cxdx
Class CxDxLocalSessionDataImpl

java.lang.Object
  extended by org.jdiameter.common.api.app.AppSessionDataLocalImpl
      extended by org.jdiameter.common.impl.app.cxdx.CxDxLocalSessionDataImpl
All Implemented Interfaces:
ICxDxSessionData, IAppSessionData
Direct Known Subclasses:
ClientCxDxSessionDataLocalImpl, ServerCxDxSessionDataLocalImpl

public class CxDxLocalSessionDataImpl
extends AppSessionDataLocalImpl
implements ICxDxSessionData

Author:
Bartosz Baranowski , Alexandre Mendonca

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

buffer

protected Request buffer

tsTimerId

protected java.io.Serializable tsTimerId
Constructor Detail

CxDxLocalSessionDataImpl

public CxDxLocalSessionDataImpl()
Method Detail

setCxDxSessionState

public void setCxDxSessionState(CxDxSessionState state)
Specified by:
setCxDxSessionState in interface ICxDxSessionData

getCxDxSessionState

public CxDxSessionState getCxDxSessionState()
Specified by:
getCxDxSessionState in interface ICxDxSessionData

getTsTimerId

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

setTsTimerId

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

setBuffer

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

getBuffer

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


Copyright © 2014. All Rights Reserved.