public class ClientRxSessionDataLocalImpl extends AppSessionDataLocalImpl implements IClientRxSessionData
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isEventBased |
protected boolean |
requestTypeSet |
protected ClientRxSessionState |
state |
NON_INITIALIZED| Constructor and Description |
|---|
ClientRxSessionDataLocalImpl() |
| Modifier and Type | Method and Description |
|---|---|
ClientRxSessionState |
getClientRxSessionState() |
boolean |
isEventBased() |
boolean |
isRequestTypeSet() |
void |
setClientRxSessionState(ClientRxSessionState state) |
void |
setEventBased(boolean isEventBased) |
void |
setRequestTypeSet(boolean requestTypeSet) |
equals, getApplicationId, getSessionId, hashCode, remove, setApplicationId, setSessionIdclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetApplicationId, getSessionId, remove, setApplicationIdprotected boolean isEventBased
protected boolean requestTypeSet
protected ClientRxSessionState state
public boolean isEventBased()
isEventBased in interface IClientRxSessionDatapublic void setEventBased(boolean isEventBased)
setEventBased in interface IClientRxSessionDatapublic boolean isRequestTypeSet()
isRequestTypeSet in interface IClientRxSessionDatapublic void setRequestTypeSet(boolean requestTypeSet)
setRequestTypeSet in interface IClientRxSessionDatapublic ClientRxSessionState getClientRxSessionState()
getClientRxSessionState in interface IClientRxSessionDatapublic void setClientRxSessionState(ClientRxSessionState state)
setClientRxSessionState in interface IClientRxSessionDataCopyright © 2016. All Rights Reserved.