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