org.jdiameter.client.impl.app.cca
Class ClientCCASessionDataLocalImpl
java.lang.Object
org.jdiameter.common.api.app.AppSessionDataLocalImpl
org.jdiameter.client.impl.app.cca.ClientCCASessionDataLocalImpl
- All Implemented Interfaces:
- IClientCCASessionData, ICCASessionData, IAppSessionData
public class ClientCCASessionDataLocalImpl
- extends AppSessionDataLocalImpl
- implements IClientCCASessionData
- 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 ClientCCASessionState 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
ClientCCASessionDataLocalImpl
public ClientCCASessionDataLocalImpl()
isEventBased
public boolean isEventBased()
- Specified by:
isEventBased in interface IClientCCASessionData
setEventBased
public void setEventBased(boolean isEventBased)
- Specified by:
setEventBased in interface IClientCCASessionData
isRequestTypeSet
public boolean isRequestTypeSet()
- Specified by:
isRequestTypeSet in interface IClientCCASessionData
setRequestTypeSet
public void setRequestTypeSet(boolean requestTypeSet)
- Specified by:
setRequestTypeSet in interface IClientCCASessionData
getClientCCASessionState
public ClientCCASessionState getClientCCASessionState()
- Specified by:
getClientCCASessionState in interface IClientCCASessionData
setClientCCASessionState
public void setClientCCASessionState(ClientCCASessionState state)
- Specified by:
setClientCCASessionState in interface IClientCCASessionData
getTxTimerId
public java.io.Serializable getTxTimerId()
- Specified by:
getTxTimerId in interface IClientCCASessionData
setTxTimerId
public void setTxTimerId(java.io.Serializable txTimerId)
- Specified by:
setTxTimerId in interface IClientCCASessionData
getTxTimerRequest
public Request getTxTimerRequest()
- Specified by:
getTxTimerRequest in interface IClientCCASessionData
setTxTimerRequest
public void setTxTimerRequest(Request txTimerRequest)
- Specified by:
setTxTimerRequest in interface IClientCCASessionData
getBuffer
public Request getBuffer()
- Specified by:
getBuffer in interface IClientCCASessionData
setBuffer
public void setBuffer(Request buffer)
- Specified by:
setBuffer in interface IClientCCASessionData
getGatheredRequestedAction
public int getGatheredRequestedAction()
- Specified by:
getGatheredRequestedAction in interface IClientCCASessionData
setGatheredRequestedAction
public void setGatheredRequestedAction(int gatheredRequestedAction)
- Specified by:
setGatheredRequestedAction in interface IClientCCASessionData
getGatheredCCFH
public int getGatheredCCFH()
- Specified by:
getGatheredCCFH in interface IClientCCASessionData
setGatheredCCFH
public void setGatheredCCFH(int gatheredCCFH)
- Specified by:
setGatheredCCFH in interface IClientCCASessionData
getGatheredDDFH
public int getGatheredDDFH()
- Specified by:
getGatheredDDFH in interface IClientCCASessionData
setGatheredDDFH
public void setGatheredDDFH(int gatheredDDFH)
- Specified by:
setGatheredDDFH in interface IClientCCASessionData
Copyright © 2014. All Rights Reserved.