Home » jboss-5.0.0.CR1-src » org » jboss » web » tomcat » tc5 » session »

org.jboss.web.tomcat.tc5.session

Interfaces:

JBossManagerMBean   The MBean-interface for the ClusterManager  code | html

Abstract Classes:

SnapshotManager   Abstract base class for a session snapshot manager.  code | html

Classes:

ClusteredSession   Implementation of a clustered session for the ClusteredHttpSession-Service  code | html
ClusteredSessionContext   This class is a dummy implementation of the HttpSessionContext interface, to conform to the requirement that such an object be returned when HttpSession.getSessionContext() is called.  code | html
ClusteredSessionValve   This Valve detects all sessions that were used in a request.  code | html
ClusteringNotSupportedException   This exception is thrown when the clustered HTTPSession-service is not found  code | html
InstantSnapshotManager   A concrete implementation of the snapshot manager interface that does instant replication of a modified session  code | html
IntervalSnapshotManager   A snapshot manager that collects all modified sessions over a given period of time and distributes them en bloc.  code | html
JBossManager   Implementation of a clustered session manager for catalina.  code | html