org.jdiameter.client.impl.app.gx
Class ClientGxSessionDataLocalImpl

java.lang.Object
  extended by org.jdiameter.common.api.app.AppSessionDataLocalImpl
      extended by 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

Field Summary
protected  Request buffer
           
protected  int gatheredCCFH
           
protected  int gatheredDDFH
           
protected  int gatheredRequestedAction
           
protected  boolean isEventBased
           
protected  boolean requestTypeSet
           
protected  ClientGxSessionState state
           
protected  java.io.Serializable txTimerId
           
protected  Request txTimerRequest
           
 
Fields inherited from interface org.jdiameter.common.api.app.IAppSessionData
NON_INITIALIZED
 
Constructor Summary
ClientGxSessionDataLocalImpl()
           
 
Method Summary
 Request getBuffer()
           
 ClientGxSessionState getClientGxSessionState()
           
 int getGatheredCCFH()
           
 int getGatheredDDFH()
           
 int getGatheredRequestedAction()
           
 java.io.Serializable getTxTimerId()
           
 Request getTxTimerRequest()
           
 boolean isEventBased()
           
 boolean isRequestTypeSet()
           
 void setBuffer(Request buffer)
           
 void setClientGxSessionState(ClientGxSessionState state)
           
 void setEventBased(boolean isEventBased)
           
 void setGatheredCCFH(int gatheredCCFH)
           
 void setGatheredDDFH(int gatheredDDFH)
           
 void setGatheredRequestedAction(int gatheredRequestedAction)
           
 void setRequestTypeSet(boolean requestTypeSet)
           
 void setTxTimerId(java.io.Serializable txTimerId)
           
 void setTxTimerRequest(Request txTimerRequest)
           
 
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

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
Constructor Detail

ClientGxSessionDataLocalImpl

public ClientGxSessionDataLocalImpl()
Method Detail

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.