Package org.apache.catalina.cluster
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
CatalinaCluster A CatalinaCluster interface allows to plug in and out the different cluster implementations
ClusterDeployer No description provided.
ClusterManager The common interface used by all cluster manager.
ClusterMessage No description provided.
ClusterReceiver Cluster Receiver Interface
ClusterSender No description provided.
ClusterSession No description provided.
ClusterValve Cluster Valve Interface to mark all Cluster Valves Only those Valve can'be configured as Cluster Valves
Member The Member interface, defines a member in the Cluster.
MembershipListener The MembershipListener interface is used as a callback to the membership service.
MembershipService The membership service helps the cluster determine the membership logic in the cluster.
MessageListener No description provided.
Classes
ClusterRuleSet

RuleSet for processing the contents of a Cluster definition element.

Constants Manifest constants for the org.apache.catalina.cluster package.

This package contains code for Clustering, the base class of a Cluster is org.apache.catalina.Cluster implementations of this class is done when implementing a new Cluster protocol

The only Cluster protocol currently implemented is a JavaGroups based
    JGCluster.java