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
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.