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, setSessionId
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getApplicationId, setApplicationId
getSessionId, remove
protected 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 IClientRfSessionData
public void setClientRfSessionState(ClientRfSessionState state)
setClientRfSessionState
in interface IClientRfSessionData
public Serializable getTsTimerId()
getTsTimerId
in interface IClientRfSessionData
public void setTsTimerId(Serializable txTimerId)
setTsTimerId
in interface IClientRfSessionData
public Request getBuffer()
getBuffer
in interface IClientRfSessionData
public void setBuffer(Request buffer)
setBuffer
in interface IClientRfSessionData
public String getDestinationHost()
getDestinationHost
in interface IClientRfSessionData
public void setDestinationHost(String destinationHost)
setDestinationHost
in interface IClientRfSessionData
public String getDestinationRealm()
getDestinationRealm
in interface IClientRfSessionData
public void setDestinationRealm(String destinationRealm)
setDestinationRealm
in interface IClientRfSessionData
Copyright © 2016. All Rights Reserved.