org.jdiameter.client.impl.app.gx
Interface IClientGxSessionData

All Superinterfaces:
IAppSessionData, IGxSessionData
All Known Implementing Classes:
ClientGxSessionDataLocalImpl

public interface IClientGxSessionData
extends IGxSessionData

Author:
Bartosz Baranowski , Alexandre Mendonca

Field Summary
 
Fields inherited from interface org.jdiameter.common.api.app.IAppSessionData
NON_INITIALIZED
 
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 b)
           
 void setGatheredCCFH(int gatheredCCFH)
           
 void setGatheredDDFH(int gatheredDDFH)
           
 void setGatheredRequestedAction(int gatheredRequestedAction)
           
 void setRequestTypeSet(boolean b)
           
 void setTxTimerId(java.io.Serializable txTimerId)
           
 void setTxTimerRequest(Request txTimerRequest)
           
 
Methods inherited from interface org.jdiameter.common.api.app.IAppSessionData
getApplicationId, getSessionId, remove, setApplicationId
 

Method Detail

isEventBased

boolean isEventBased()

setEventBased

void setEventBased(boolean b)

isRequestTypeSet

boolean isRequestTypeSet()

setRequestTypeSet

void setRequestTypeSet(boolean b)

getClientGxSessionState

ClientGxSessionState getClientGxSessionState()

setClientGxSessionState

void setClientGxSessionState(ClientGxSessionState state)

getTxTimerId

java.io.Serializable getTxTimerId()

setTxTimerId

void setTxTimerId(java.io.Serializable txTimerId)

getTxTimerRequest

Request getTxTimerRequest()

setTxTimerRequest

void setTxTimerRequest(Request txTimerRequest)

getBuffer

Request getBuffer()

setBuffer

void setBuffer(Request buffer)

getGatheredRequestedAction

int getGatheredRequestedAction()

setGatheredRequestedAction

void setGatheredRequestedAction(int gatheredRequestedAction)

getGatheredCCFH

int getGatheredCCFH()

setGatheredCCFH

void setGatheredCCFH(int gatheredCCFH)

getGatheredDDFH

int getGatheredDDFH()

setGatheredDDFH

void setGatheredDDFH(int gatheredDDFH)


Copyright © 2014. All Rights Reserved.