org.jdiameter.client.impl.app.cca
Interface IClientCCASessionData

All Superinterfaces:
IAppSessionData, ICCASessionData
All Known Implementing Classes:
ClientCCASessionDataLocalImpl

public interface IClientCCASessionData
extends ICCASessionData

Author:
Bartosz Baranowski , Alexandre Mendonca

Field Summary
 
Fields inherited from interface org.jdiameter.common.api.app.IAppSessionData
NON_INITIALIZED
 
Method Summary
 Request getBuffer()
           
 ClientCCASessionState getClientCCASessionState()
           
 int getGatheredCCFH()
           
 int getGatheredDDFH()
           
 int getGatheredRequestedAction()
           
 java.io.Serializable getTxTimerId()
           
 Request getTxTimerRequest()
           
 boolean isEventBased()
           
 boolean isRequestTypeSet()
           
 void setBuffer(Request buffer)
           
 void setClientCCASessionState(ClientCCASessionState 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)

getClientCCASessionState

ClientCCASessionState getClientCCASessionState()

setClientCCASessionState

void setClientCCASessionState(ClientCCASessionState 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.