org.jdiameter.common.impl.app.s6a
Class S6aLocalSessionDataImpl
java.lang.Object
org.jdiameter.common.api.app.AppSessionDataLocalImpl
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
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
state
protected S6aSessionState state
buffer
protected Request buffer
tsTimerId
protected java.io.Serializable tsTimerId
S6aLocalSessionDataImpl
public S6aLocalSessionDataImpl()
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.