public interface IClientAccSessionData extends IAccSessionData
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() |
ClientAccSessionState |
getClientAccSessionState() |
String |
getDestinationHost() |
String |
getDestinationRealm() |
Serializable |
getInterimTimerId() |
void |
setApplicationId(ApplicationId aid)
Sets the Application-Id of this Session Data session to which this data belongs to.
|
void |
setBuffer(Request event) |
void |
setClientAccSessionState(ClientAccSessionState state) |
void |
setDestinationHost(String destHost) |
void |
setDestinationRealm(String destRealm) |
void |
setInterimTimerId(Serializable tid) |
getSessionId, removevoid setClientAccSessionState(ClientAccSessionState state)
ClientAccSessionState getClientAccSessionState()
void setInterimTimerId(Serializable tid)
Serializable getInterimTimerId()
void setDestinationHost(String destHost)
String getDestinationHost()
void setDestinationRealm(String destRealm)
String getDestinationRealm()
void setBuffer(Request event)
Request getBuffer()
void setApplicationId(ApplicationId aid)
IAppSessionDatasetApplicationId in interface IAppSessionDataaid - the Application-IdApplicationId getApplicationId()
IAppSessionDatagetApplicationId in interface IAppSessionDataCopyright © 2016. All Rights Reserved.