public class ClientAuthSessionDataReplicatedImpl extends AppSessionDataReplicatedImpl implements IClientAuthSessionData
APID, SID, SIFACENON_INITIALIZED| Constructor and Description |
|---|
ClientAuthSessionDataReplicatedImpl(org.jboss.cache.Fqn<?> nodeFqn,
org.mobicents.cluster.MobicentsCluster mobicentsCluster) |
ClientAuthSessionDataReplicatedImpl(String sessionId,
org.mobicents.cluster.MobicentsCluster mobicentsCluster) |
| Modifier and Type | Method and Description |
|---|---|
ClientAuthSessionState |
getClientAuthSessionState() |
String |
getDestinationHost() |
String |
getDestinationRealm() |
Serializable |
getTsTimerId() |
boolean |
isStateless() |
void |
setClientAuthSessionState(ClientAuthSessionState state) |
void |
setDestinationHost(String host) |
void |
setDestinationRealm(String realm) |
void |
setStateless(boolean b) |
void |
setTsTimerId(Serializable tid) |
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 ClientAuthSessionDataReplicatedImpl(org.jboss.cache.Fqn<?> nodeFqn,
org.mobicents.cluster.MobicentsCluster mobicentsCluster)
nodeFqn - mobicentsCluster - iface - public ClientAuthSessionDataReplicatedImpl(String sessionId, org.mobicents.cluster.MobicentsCluster mobicentsCluster)
sessionId - mobicentsCluster - iface - public void setClientAuthSessionState(ClientAuthSessionState state)
setClientAuthSessionState in interface IClientAuthSessionDatapublic ClientAuthSessionState getClientAuthSessionState()
getClientAuthSessionState in interface IClientAuthSessionDatapublic boolean isStateless()
isStateless in interface IClientAuthSessionDatapublic void setStateless(boolean b)
setStateless in interface IClientAuthSessionDatapublic String getDestinationHost()
getDestinationHost in interface IClientAuthSessionDatapublic void setDestinationHost(String host)
setDestinationHost in interface IClientAuthSessionDatapublic String getDestinationRealm()
getDestinationRealm in interface IClientAuthSessionDatapublic void setDestinationRealm(String realm)
setDestinationRealm in interface IClientAuthSessionDatapublic Serializable getTsTimerId()
getTsTimerId in interface IClientAuthSessionDatapublic void setTsTimerId(Serializable tid)
setTsTimerId in interface IClientAuthSessionDataCopyright © 2016. All Rights Reserved.