org.jdiameter.client.impl.app.rx
Interface IClientRxSessionData

All Superinterfaces:
IAppSessionData, IRxSessionData
All Known Implementing Classes:
ClientRxSessionDataLocalImpl

public interface IClientRxSessionData
extends IRxSessionData

Author:
Richard Good , Alexandre Mendonca , Bartosz Baranowski

Field Summary
 
Fields inherited from interface org.jdiameter.common.api.app.IAppSessionData
NON_INITIALIZED
 
Method Summary
 ClientRxSessionState getClientRxSessionState()
           
 boolean isEventBased()
           
 boolean isRequestTypeSet()
           
 void setClientRxSessionState(ClientRxSessionState state)
           
 void setEventBased(boolean b)
           
 void setRequestTypeSet(boolean b)
           
 
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)

getClientRxSessionState

ClientRxSessionState getClientRxSessionState()

setClientRxSessionState

void setClientRxSessionState(ClientRxSessionState state)


Copyright © 2014. All Rights Reserved.