Package | Description |
---|---|
org.jboss.as.web.session |
Modifier and Type | Method and Description |
---|---|
ClusteredSession<O> |
DistributableSessionManager.createEmptySession() |
ClusteredSession<O> |
DistributableSessionManager.findSession(String id) |
ClusteredSession<? extends OutgoingDistributableSessionData> |
SessionReplicationContext.getSoleSession()
Gets the ClusteredSession that was passed to
SessionReplicationContext.bindSession(ClusteredSession, SnapshotManager) if and only if only
one SnapshotManager was passed. |
Modifier and Type | Method and Description |
---|---|
Map<ClusteredSession<? extends OutgoingDistributableSessionData>,SnapshotManager> |
SessionReplicationContext.getCrossContextSessions()
Gets a Map
|
Modifier and Type | Method and Description |
---|---|
static void |
SessionReplicationContext.bindSession(ClusteredSession<? extends OutgoingDistributableSessionData> session,
SnapshotManager manager) |
boolean |
AskSessionOutdatedSessionChecker.isSessionOutdated(ClusteredSession<? extends OutgoingDistributableSessionData> session) |
boolean |
OutdatedSessionChecker.isSessionOutdated(ClusteredSession<? extends OutgoingDistributableSessionData> session) |
static void |
SessionReplicationContext.sessionExpired(ClusteredSession<? extends OutgoingDistributableSessionData> session,
String realId,
SnapshotManager manager) |
void |
InstantSnapshotManager.snapshot(ClusteredSession<? extends OutgoingDistributableSessionData> session)
Instant replication of the modified session
|
abstract void |
SnapshotManager.snapshot(ClusteredSession<? extends OutgoingDistributableSessionData> session)
Tell the snapshot manager which session was modified and must be replicated
|
void |
IntervalSnapshotManager.snapshot(ClusteredSession<? extends OutgoingDistributableSessionData> session)
Store the modified session in a hashmap for the distributor thread
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.