| Interface Summary | |
|---|---|
| SessionMessage |
Class Description: The SessionMessage class is a class that is used when a session has been created, modified, expired in a Tomcat cluster node. The following events are currently available:
|
| Class Summary | |
|---|---|
| BackupManager | |
| ClusterManagerBase | |
| ClusterSessionListener | Receive replicated SessionMessage form other cluster node. |
| Constants |
Manifest constants for the org.apache.catalina.ha.session
package.
|
| DeltaManager | The DeltaManager manages replicated sessions by only replicating the deltas in data. |
| DeltaRequest | This class is used to track the series of actions that happens when a request is executed. |
| DeltaSession | Similar to the StandardSession except that this session will keep track of deltas during a request. |
| JvmRouteBinderValve | Valve to handle Tomcat jvmRoute takeover using mod_jk module after node failure. |
| JvmRouteSessionIDBinderListener | Receive SessionID cluster change from other backup node after primary session node is failed. |
| ReplicatedSession |
Title: Tomcat Session Replication for Tomcat 4.0 Description: A very simple straight forward implementation of session replication of servers in a cluster. This session replication is implemented "live". |
| SerializablePrincipal |
Generic implementation of java.security.Principal that
is available for use by Realm implementations.
|
| SessionIDMessage | Session id change cluster message |
| SessionMessageImpl | Session cluster message |
| SimpleTcpReplicationManager |
Title: Tomcat Session Replication for Tomcat 4.0 Description: A very simple straight forward implementation of session replication of servers in a cluster. This session replication is implemented "live". |