public interface IClientRfSessionData extends IRfSessionData
NON_INITIALIZED| Modifier and Type | Method and Description |
|---|---|
ApplicationId |
getApplicationId()
Returns the Application-Id of this Session Data session to which this data belongs to.
|
Request |
getBuffer() |
ClientRfSessionState |
getClientRfSessionState() |
String |
getDestinationHost() |
String |
getDestinationRealm() |
Serializable |
getTsTimerId() |
void |
setApplicationId(ApplicationId appId)
Sets the Application-Id of this Session Data session to which this data belongs to.
|
void |
setBuffer(Request event) |
void |
setClientRfSessionState(ClientRfSessionState state) |
void |
setDestinationHost(String destinationHost) |
void |
setDestinationRealm(String destinationRealm) |
void |
setTsTimerId(Serializable tid) |
getSessionId, removevoid setClientRfSessionState(ClientRfSessionState state)
ClientRfSessionState getClientRfSessionState()
void setBuffer(Request event)
Request getBuffer()
ApplicationId getApplicationId()
IAppSessionDatagetApplicationId in interface IAppSessionDatavoid setApplicationId(ApplicationId appId)
IAppSessionDatasetApplicationId in interface IAppSessionDataappId - the Application-IdSerializable getTsTimerId()
void setTsTimerId(Serializable tid)
String getDestinationHost()
void setDestinationHost(String destinationHost)
String getDestinationRealm()
void setDestinationRealm(String destinationRealm)
Copyright © 2016. All Rights Reserved.