org.jdiameter.client.impl.app.ro
Class ClientRoSessionDataLocalImpl
java.lang.Object
org.jdiameter.common.api.app.AppSessionDataLocalImpl
org.jdiameter.client.impl.app.ro.ClientRoSessionDataLocalImpl
- All Implemented Interfaces:
- IClientRoSessionData, IAppSessionData, IRoSessionData
public class ClientRoSessionDataLocalImpl
- extends AppSessionDataLocalImpl
- implements IClientRoSessionData
- Author:
- Bartosz Baranowski , Alexandre Mendonca
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
isEventBased
protected boolean isEventBased
requestTypeSet
protected boolean requestTypeSet
state
protected ClientRoSessionState state
txTimerId
protected java.io.Serializable txTimerId
txTimerRequest
protected Request txTimerRequest
buffer
protected Request buffer
gatheredRequestedAction
protected int gatheredRequestedAction
gatheredCCFH
protected int gatheredCCFH
gatheredDDFH
protected int gatheredDDFH
ClientRoSessionDataLocalImpl
public ClientRoSessionDataLocalImpl()
isEventBased
public boolean isEventBased()
- Specified by:
isEventBased in interface IClientRoSessionData
setEventBased
public void setEventBased(boolean isEventBased)
- Specified by:
setEventBased in interface IClientRoSessionData
isRequestTypeSet
public boolean isRequestTypeSet()
- Specified by:
isRequestTypeSet in interface IClientRoSessionData
setRequestTypeSet
public void setRequestTypeSet(boolean requestTypeSet)
- Specified by:
setRequestTypeSet in interface IClientRoSessionData
getClientRoSessionState
public ClientRoSessionState getClientRoSessionState()
- Specified by:
getClientRoSessionState in interface IClientRoSessionData
setClientRoSessionState
public void setClientRoSessionState(ClientRoSessionState state)
- Specified by:
setClientRoSessionState in interface IClientRoSessionData
getTxTimerId
public java.io.Serializable getTxTimerId()
- Specified by:
getTxTimerId in interface IClientRoSessionData
setTxTimerId
public void setTxTimerId(java.io.Serializable txTimerId)
- Specified by:
setTxTimerId in interface IClientRoSessionData
getTxTimerRequest
public Request getTxTimerRequest()
- Specified by:
getTxTimerRequest in interface IClientRoSessionData
setTxTimerRequest
public void setTxTimerRequest(Request txTimerRequest)
- Specified by:
setTxTimerRequest in interface IClientRoSessionData
getBuffer
public Request getBuffer()
- Specified by:
getBuffer in interface IClientRoSessionData
setBuffer
public void setBuffer(Request buffer)
- Specified by:
setBuffer in interface IClientRoSessionData
getGatheredRequestedAction
public int getGatheredRequestedAction()
- Specified by:
getGatheredRequestedAction in interface IClientRoSessionData
setGatheredRequestedAction
public void setGatheredRequestedAction(int gatheredRequestedAction)
- Specified by:
setGatheredRequestedAction in interface IClientRoSessionData
getGatheredCCFH
public int getGatheredCCFH()
- Specified by:
getGatheredCCFH in interface IClientRoSessionData
setGatheredCCFH
public void setGatheredCCFH(int gatheredCCFH)
- Specified by:
setGatheredCCFH in interface IClientRoSessionData
getGatheredDDFH
public int getGatheredDDFH()
- Specified by:
getGatheredDDFH in interface IClientRoSessionData
setGatheredDDFH
public void setGatheredDDFH(int gatheredDDFH)
- Specified by:
setGatheredDDFH in interface IClientRoSessionData
Copyright © 2014. All Rights Reserved.