public class ClientRoSessionDataLocalImpl extends AppSessionDataLocalImpl implements IClientRoSessionData
| Modifier and Type | Field and Description |
|---|---|
protected Request |
buffer |
protected int |
gatheredCCFH |
protected int |
gatheredDDFH |
protected int |
gatheredRequestedAction |
protected boolean |
isEventBased |
protected boolean |
requestTypeSet |
protected ClientRoSessionState |
state |
protected Serializable |
txTimerId |
protected Request |
txTimerRequest |
NON_INITIALIZED| Constructor and Description |
|---|
ClientRoSessionDataLocalImpl() |
| Modifier and Type | Method and Description |
|---|---|
Request |
getBuffer() |
ClientRoSessionState |
getClientRoSessionState() |
int |
getGatheredCCFH() |
int |
getGatheredDDFH() |
int |
getGatheredRequestedAction() |
Serializable |
getTxTimerId() |
Request |
getTxTimerRequest() |
boolean |
isEventBased() |
boolean |
isRequestTypeSet() |
void |
setBuffer(Request buffer) |
void |
setClientRoSessionState(ClientRoSessionState state) |
void |
setEventBased(boolean isEventBased) |
void |
setGatheredCCFH(int gatheredCCFH) |
void |
setGatheredDDFH(int gatheredDDFH) |
void |
setGatheredRequestedAction(int gatheredRequestedAction) |
void |
setRequestTypeSet(boolean requestTypeSet) |
void |
setTxTimerId(Serializable txTimerId) |
void |
setTxTimerRequest(Request txTimerRequest) |
equals, getApplicationId, getSessionId, hashCode, remove, setApplicationId, setSessionIdclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetApplicationId, getSessionId, remove, setApplicationIdprotected boolean isEventBased
protected boolean requestTypeSet
protected ClientRoSessionState state
protected Serializable txTimerId
protected Request txTimerRequest
protected Request buffer
protected int gatheredRequestedAction
protected int gatheredCCFH
protected int gatheredDDFH
public boolean isEventBased()
isEventBased in interface IClientRoSessionDatapublic void setEventBased(boolean isEventBased)
setEventBased in interface IClientRoSessionDatapublic boolean isRequestTypeSet()
isRequestTypeSet in interface IClientRoSessionDatapublic void setRequestTypeSet(boolean requestTypeSet)
setRequestTypeSet in interface IClientRoSessionDatapublic ClientRoSessionState getClientRoSessionState()
getClientRoSessionState in interface IClientRoSessionDatapublic void setClientRoSessionState(ClientRoSessionState state)
setClientRoSessionState in interface IClientRoSessionDatapublic Serializable getTxTimerId()
getTxTimerId in interface IClientRoSessionDatapublic void setTxTimerId(Serializable txTimerId)
setTxTimerId in interface IClientRoSessionDatapublic Request getTxTimerRequest()
getTxTimerRequest in interface IClientRoSessionDatapublic void setTxTimerRequest(Request txTimerRequest)
setTxTimerRequest in interface IClientRoSessionDatapublic Request getBuffer()
getBuffer in interface IClientRoSessionDatapublic void setBuffer(Request buffer)
setBuffer in interface IClientRoSessionDatapublic int getGatheredRequestedAction()
getGatheredRequestedAction in interface IClientRoSessionDatapublic void setGatheredRequestedAction(int gatheredRequestedAction)
setGatheredRequestedAction in interface IClientRoSessionDatapublic int getGatheredCCFH()
getGatheredCCFH in interface IClientRoSessionDatapublic void setGatheredCCFH(int gatheredCCFH)
setGatheredCCFH in interface IClientRoSessionDatapublic int getGatheredDDFH()
getGatheredDDFH in interface IClientRoSessionDatapublic void setGatheredDDFH(int gatheredDDFH)
setGatheredDDFH in interface IClientRoSessionDataCopyright © 2016. All Rights Reserved.