|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClusteredSipApplicationSession | |
|---|---|
| org.jboss.web.tomcat.service.session | |
| Uses of ClusteredSipApplicationSession in org.jboss.web.tomcat.service.session |
|---|
| Subclasses of ClusteredSipApplicationSession in org.jboss.web.tomcat.service.session | |
|---|---|
class |
AttributeBasedClusteredSipApplicationSession
Implementation of a clustered sip application session for the JBossCacheManager. |
class |
FieldBasedClusteredSipApplicationSession
Implementation of a clustered sip application session for the JBossCacheManager. |
class |
JBossCacheClusteredSipApplicationSession
Common superclass of ClusteredSipApplicationSession types that use JBossCache as their distributed cache. |
class |
SessionBasedClusteredSipApplicationSession
Implementation of a clustered sip application session for the JBossCacheManager. |
| Methods in org.jboss.web.tomcat.service.session that return ClusteredSipApplicationSession | |
|---|---|
ClusteredSipApplicationSession |
JBossCacheSipManager.findLocalSipApplicationSession(SipApplicationSessionKey key,
boolean create)
Returns the given sip application session if it is being actively managed by this manager. |
ClusteredSipApplicationSession |
ConvergedSessionReplicationContext.getSoleSipApplicationSession()
Gets the ClusteredSession that was passed to ConvergedSessionReplicationContext.bindSession(ClusteredSession, SnapshotManager) if and only
if only one SnapshotManager was passed. |
protected ClusteredSipApplicationSession |
JBossCacheSipManager.loadSipApplicationSession(SipApplicationSessionKey key,
boolean create)
Loads a session from the distributed store. |
ClusteredSipApplicationSession |
ConvergedJBossCacheService.loadSipApplicationSession(java.lang.String realId,
ClusteredSipApplicationSession toLoad)
Loads any serialized data in the cache into the given session using its readExternal method. |
ClusteredSipApplicationSession |
ClusteredSipManagerDelegate.putSipApplicationSession(SipApplicationSessionKey key,
ClusteredSipApplicationSession session)
|
| Methods in org.jboss.web.tomcat.service.session with parameters of type ClusteredSipApplicationSession | |
|---|---|
static void |
ConvergedSessionReplicationContext.bindSipApplicationSession(ClusteredSipApplicationSession session,
org.jboss.web.tomcat.service.session.SnapshotManager manager)
|
ClusteredSipApplicationSession |
ConvergedJBossCacheService.loadSipApplicationSession(java.lang.String realId,
ClusteredSipApplicationSession toLoad)
Loads any serialized data in the cache into the given session using its readExternal method. |
protected void |
JBossCacheSipManager.processSipApplicationSessionRepl(ClusteredSipApplicationSession session)
Places the current session contents in the distributed cache and replicates them to the cluster |
ClusteredSipApplicationSession |
ClusteredSipManagerDelegate.putSipApplicationSession(SipApplicationSessionKey key,
ClusteredSipApplicationSession session)
|
void |
ConvergedJBossCacheService.putSipApplicationSession(java.lang.String realId,
ClusteredSipApplicationSession session)
|
static void |
ConvergedSessionReplicationContext.sipApplicationSessionExpired(ClusteredSipApplicationSession session,
java.lang.String realId,
org.jboss.web.tomcat.service.session.SnapshotManager manager)
|
void |
SnapshotSipManager.snapshot(ClusteredSipApplicationSession session)
|
void |
ConvergedSnapshotManager.snapshot(ClusteredSipApplicationSession session)
Tell the snapshot manager which session was modified and must be replicated |
void |
InstantConvergedSnapshotManager.snapshot(ClusteredSipApplicationSession session)
Instant replication of the modified session |
void |
IntervalConvergedSnapshotManager.snapshot(ClusteredSipApplicationSession session)
Store the modified session in a hashmap for the distributor thread |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||