public class AppSessionDataReplicatedImpl extends org.mobicents.cluster.cache.ClusteredCacheData implements IAppSessionData
| Modifier and Type | Field and Description |
|---|---|
protected static String |
APID |
protected static String |
SID |
protected static String |
SIFACE |
NON_INITIALIZED| Constructor and Description |
|---|
AppSessionDataReplicatedImpl(org.jboss.cache.Fqn<?> nodeFqn,
org.mobicents.cluster.MobicentsCluster mobicentsCluster) |
AppSessionDataReplicatedImpl(String sessionId,
org.mobicents.cluster.MobicentsCluster mobicentsCluster) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationId |
getApplicationId() |
static Class<? extends AppSession> |
getAppSessionIface(org.mobicents.cache.MobicentsCache mcCache,
String sessionId) |
String |
getSessionId() |
void |
setApplicationId(ApplicationId applicationId) |
static void |
setAppSessionIface(org.mobicents.cluster.cache.ClusteredCacheData ccd,
Class<? extends AppSession> iface) |
protected boolean |
toPrimitive(Boolean b,
boolean _default) |
protected int |
toPrimitive(Integer i) |
protected long |
toPrimitive(Long l) |
create, getClusterNodeAddress, getNode, setClusterNodeAddressexists, getMobicentsCache, getNodeFqn, isRemoved, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitremoveprotected static final String SID
protected static final String APID
protected static final String SIFACE
public AppSessionDataReplicatedImpl(org.jboss.cache.Fqn<?> nodeFqn,
org.mobicents.cluster.MobicentsCluster mobicentsCluster)
nodeFqn - mobicentsCluster - public AppSessionDataReplicatedImpl(String sessionId, org.mobicents.cluster.MobicentsCluster mobicentsCluster)
public static void setAppSessionIface(org.mobicents.cluster.cache.ClusteredCacheData ccd,
Class<? extends AppSession> iface)
public static Class<? extends AppSession> getAppSessionIface(org.mobicents.cache.MobicentsCache mcCache, String sessionId)
public String getSessionId()
getSessionId in interface IAppSessionDatapublic void setApplicationId(ApplicationId applicationId)
setApplicationId in interface IAppSessionDatapublic ApplicationId getApplicationId()
getApplicationId in interface IAppSessionDataprotected boolean toPrimitive(Boolean b, boolean _default)
protected int toPrimitive(Integer i)
protected long toPrimitive(Long l)
Copyright © 2016. All Rights Reserved.