Package org.jboss.web.tomcat.tc5.session

Interface Summary
AbstractJBossManager (src) Common interface for the http session replication managers.
JBossManagerCMPMBean (src) The MBean-interface for the ClusterManager
JBossManagerMBean (src) The MBean-interface for the ClusterManager
 

Class Summary
ClusteredSessionValve (src) This Valve detects all sessions that were used in a request.
InstantSnapshotManager (src) A concrete implementation of the snapshot manager interface that does instant replication of a modified session
IntervalSnapshotManager (src) A snapshot manager that collects all modified sessions over a given period of time and distributes them en bloc.
JBossCacheManager (src) Implementation of a clustered session manager for catalina using JBossCache replication.
JBossCacheService (src) A wrapper class to JBossCache.
JBossManager (src) Base abstract implementation of Tomcat manager without the concept of session operations, e.g., add, remove, etc.
JBossManagerCMP (src) Implementation of a clustered session manager for catalina.
SessionIDGenerator (src) Unique session id generator
SnapshotManager (src) Abstract base class for a session snapshot manager.
 

Exception Summary
ClusteringNotSupportedException (src) This exception is thrown when the clustered HTTPSession-service is not found