public class ClientGxSessionDataLocalImpl extends AppSessionDataLocalImpl implements IClientGxSessionData
| 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 ClientGxSessionState |
state |
protected Serializable |
txTimerId |
protected Request |
txTimerRequest |
NON_INITIALIZED| Constructor and Description |
|---|
ClientGxSessionDataLocalImpl() |
| Modifier and Type | Method and Description |
|---|---|
Request |
getBuffer() |
ClientGxSessionState |
getClientGxSessionState() |
int |
getGatheredCCFH() |
int |
getGatheredDDFH() |
int |
getGatheredRequestedAction() |
Serializable |
getTxTimerId() |
Request |
getTxTimerRequest() |
boolean |
isEventBased() |
boolean |
isRequestTypeSet() |
void |
setBuffer(Request buffer) |
void |
setClientGxSessionState(ClientGxSessionState 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 ClientGxSessionState 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 IClientGxSessionDatapublic void setEventBased(boolean isEventBased)
setEventBased in interface IClientGxSessionDatapublic boolean isRequestTypeSet()
isRequestTypeSet in interface IClientGxSessionDatapublic void setRequestTypeSet(boolean requestTypeSet)
setRequestTypeSet in interface IClientGxSessionDatapublic ClientGxSessionState getClientGxSessionState()
getClientGxSessionState in interface IClientGxSessionDatapublic void setClientGxSessionState(ClientGxSessionState state)
setClientGxSessionState in interface IClientGxSessionDatapublic Serializable getTxTimerId()
getTxTimerId in interface IClientGxSessionDatapublic void setTxTimerId(Serializable txTimerId)
setTxTimerId in interface IClientGxSessionDatapublic Request getTxTimerRequest()
getTxTimerRequest in interface IClientGxSessionDatapublic void setTxTimerRequest(Request txTimerRequest)
setTxTimerRequest in interface IClientGxSessionDatapublic Request getBuffer()
getBuffer in interface IClientGxSessionDatapublic void setBuffer(Request buffer)
setBuffer in interface IClientGxSessionDatapublic int getGatheredRequestedAction()
getGatheredRequestedAction in interface IClientGxSessionDatapublic void setGatheredRequestedAction(int gatheredRequestedAction)
setGatheredRequestedAction in interface IClientGxSessionDatapublic int getGatheredCCFH()
getGatheredCCFH in interface IClientGxSessionDatapublic void setGatheredCCFH(int gatheredCCFH)
setGatheredCCFH in interface IClientGxSessionDatapublic int getGatheredDDFH()
getGatheredDDFH in interface IClientGxSessionDatapublic void setGatheredDDFH(int gatheredDDFH)
setGatheredDDFH in interface IClientGxSessionDataCopyright © 2016. All Rights Reserved.