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