public class ClientRfSessionDataLocalImpl extends AppSessionDataLocalImpl implements IClientRfSessionData
| Modifier and Type | Field and Description |
|---|---|
protected Request |
buffer |
protected String |
destinationHost |
protected String |
destinationRealm |
protected boolean |
isEventBased |
protected boolean |
requestTypeSet |
protected ClientRfSessionState |
state |
protected Serializable |
tsTimerId |
NON_INITIALIZED| Constructor and Description |
|---|
ClientRfSessionDataLocalImpl() |
| Modifier and Type | Method and Description |
|---|---|
Request |
getBuffer() |
ClientRfSessionState |
getClientRfSessionState() |
String |
getDestinationHost() |
String |
getDestinationRealm() |
Serializable |
getTsTimerId() |
void |
setBuffer(Request buffer) |
void |
setClientRfSessionState(ClientRfSessionState state) |
void |
setDestinationHost(String destinationHost) |
void |
setDestinationRealm(String destinationRealm) |
void |
setTsTimerId(Serializable txTimerId) |
equals, getApplicationId, getSessionId, hashCode, remove, setApplicationId, setSessionIdclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetApplicationId, setApplicationIdgetSessionId, removeprotected boolean isEventBased
protected boolean requestTypeSet
protected ClientRfSessionState state
protected Serializable tsTimerId
protected Request buffer
protected String destinationHost
protected String destinationRealm
public ClientRfSessionState getClientRfSessionState()
getClientRfSessionState in interface IClientRfSessionDatapublic void setClientRfSessionState(ClientRfSessionState state)
setClientRfSessionState in interface IClientRfSessionDatapublic Serializable getTsTimerId()
getTsTimerId in interface IClientRfSessionDatapublic void setTsTimerId(Serializable txTimerId)
setTsTimerId in interface IClientRfSessionDatapublic Request getBuffer()
getBuffer in interface IClientRfSessionDatapublic void setBuffer(Request buffer)
setBuffer in interface IClientRfSessionDatapublic String getDestinationHost()
getDestinationHost in interface IClientRfSessionDatapublic void setDestinationHost(String destinationHost)
setDestinationHost in interface IClientRfSessionDatapublic String getDestinationRealm()
getDestinationRealm in interface IClientRfSessionDatapublic void setDestinationRealm(String destinationRealm)
setDestinationRealm in interface IClientRfSessionDataCopyright © 2016. All Rights Reserved.