Package | Description |
---|---|
org.jboss.as.web.session |
Modifier and Type | Class and Description |
---|---|
class |
InstantSnapshotManager
A concrete implementation of the snapshot manager interface that does instant replication of a modified session
|
class |
IntervalSnapshotManager
A snapshot manager that collects all modified sessions over a given period of time and distributes them en bloc.
|
Modifier and Type | Method and Description |
---|---|
protected SnapshotManager |
DistributableSessionManager.createSnapshotManager() |
SnapshotManager |
SessionReplicationContext.getSoleSnapshotManager()
Gets the SnapshotManager that was passed to
SessionReplicationContext.bindSession(ClusteredSession, SnapshotManager) if and only if only
one such 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) |
static void |
SessionReplicationContext.sessionExpired(ClusteredSession<? extends OutgoingDistributableSessionData> session,
String realId,
SnapshotManager manager) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.