public class ClientRoSessionDataReplicatedImpl extends AppSessionDataReplicatedImpl implements IClientRoSessionData
APID, SID, SIFACENON_INITIALIZED| Constructor and Description |
|---|
ClientRoSessionDataReplicatedImpl(org.jboss.cache.Fqn<?> nodeFqn,
org.mobicents.cluster.MobicentsCluster mobicentsCluster,
IContainer container) |
ClientRoSessionDataReplicatedImpl(String sessionId,
org.mobicents.cluster.MobicentsCluster mobicentsCluster,
IContainer container) |
| 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) |
getApplicationId, getAppSessionIface, getSessionId, setApplicationId, setAppSessionIface, toPrimitive, toPrimitive, toPrimitivecreate, getClusterNodeAddress, getNode, setClusterNodeAddressexists, getMobicentsCache, getNodeFqn, isRemoved, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetApplicationId, getSessionId, remove, setApplicationIdpublic ClientRoSessionDataReplicatedImpl(org.jboss.cache.Fqn<?> nodeFqn,
org.mobicents.cluster.MobicentsCluster mobicentsCluster,
IContainer container)
nodeFqn - mobicentsCluster - iface - public ClientRoSessionDataReplicatedImpl(String sessionId, org.mobicents.cluster.MobicentsCluster mobicentsCluster, IContainer container)
sessionId - mobicentsCluster - iface - 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.