org.jdiameter.client.impl.app.ro
Interface IClientRoSessionData

All Superinterfaces:
IAppSessionData, IRoSessionData
All Known Implementing Classes:
ClientRoSessionDataLocalImpl

public interface IClientRoSessionData
extends IRoSessionData

Author:
Bartosz Baranowski , Alexandre Mendonca

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

getClientRoSessionState

ClientRoSessionState getClientRoSessionState()

setClientRoSessionState

void setClientRoSessionState(ClientRoSessionState 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.