public class ClientAccSessionDataLocalImpl extends AppSessionDataLocalImpl implements IClientAccSessionData
| Modifier and Type | Field and Description |
|---|---|
protected Request |
buffer |
protected String |
destHost |
protected String |
destRealm |
protected ClientAccSessionState |
state |
protected Serializable |
tid |
NON_INITIALIZED| Constructor and Description |
|---|
ClientAccSessionDataLocalImpl() |
| Modifier and Type | Method and Description |
|---|---|
Request |
getBuffer() |
ClientAccSessionState |
getClientAccSessionState() |
String |
getDestinationHost() |
String |
getDestinationRealm() |
Serializable |
getInterimTimerId() |
void |
setBuffer(Request event) |
void |
setClientAccSessionState(ClientAccSessionState state) |
void |
setDestinationHost(String destHost) |
void |
setDestinationRealm(String destRealm) |
void |
setInterimTimerId(Serializable tid) |
equals, getApplicationId, getSessionId, hashCode, remove, setApplicationId, setSessionIdclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetApplicationId, setApplicationIdgetSessionId, removeprotected ClientAccSessionState state
protected Request buffer
protected String destRealm
protected String destHost
protected Serializable tid
public void setClientAccSessionState(ClientAccSessionState state)
setClientAccSessionState in interface IClientAccSessionDatapublic ClientAccSessionState getClientAccSessionState()
getClientAccSessionState in interface IClientAccSessionDatapublic void setInterimTimerId(Serializable tid)
setInterimTimerId in interface IClientAccSessionDatapublic Serializable getInterimTimerId()
getInterimTimerId in interface IClientAccSessionDatapublic void setDestinationHost(String destHost)
setDestinationHost in interface IClientAccSessionDatapublic String getDestinationHost()
getDestinationHost in interface IClientAccSessionDatapublic void setDestinationRealm(String destRealm)
setDestinationRealm in interface IClientAccSessionDatapublic String getDestinationRealm()
getDestinationRealm in interface IClientAccSessionDatapublic void setBuffer(Request event)
setBuffer in interface IClientAccSessionDatapublic Request getBuffer()
getBuffer in interface IClientAccSessionDataCopyright © 2016. All Rights Reserved.