org.jdiameter.client.impl.app.rf
Interface IClientRfSessionData
- All Superinterfaces:
- IAppSessionData, IRfSessionData
- All Known Implementing Classes:
- ClientRfSessionDataLocalImpl
public interface IClientRfSessionData
- extends IRfSessionData
- Author:
- Bartosz Baranowski , Alexandre Mendonca
setClientRfSessionState
void setClientRfSessionState(ClientRfSessionState state)
getClientRfSessionState
ClientRfSessionState getClientRfSessionState()
setBuffer
void setBuffer(Request event)
getBuffer
Request getBuffer()
getApplicationId
ApplicationId getApplicationId()
- Description copied from interface:
IAppSessionData
- Returns the Application-Id of this Session Data session to which this data belongs to.
- Specified by:
getApplicationId in interface IAppSessionData
- Returns:
- the Application-Id
setApplicationId
void setApplicationId(ApplicationId appId)
- Description copied from interface:
IAppSessionData
- Sets the Application-Id of this Session Data session to which this data belongs to.
- Specified by:
setApplicationId in interface IAppSessionData
- Parameters:
appId - the Application-Id
getTsTimerId
java.io.Serializable getTsTimerId()
setTsTimerId
void setTsTimerId(java.io.Serializable tid)
getDestinationHost
java.lang.String getDestinationHost()
setDestinationHost
void setDestinationHost(java.lang.String destinationHost)
getDestinationRealm
java.lang.String getDestinationRealm()
setDestinationRealm
void setDestinationRealm(java.lang.String destinationRealm)
Copyright © 2014. All Rights Reserved.