Package org.apache.catalina.cluster

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

See:
          Description

Interface Summary
CatalinaCluster A CatalinaCluster interface allows to plug in and out the different cluster implementations
ClusterDeployer  
ClusterManager The common interface used by all cluster manager.
ClusterMessage  
ClusterReceiver Cluster Receiver Interface
ClusterSender  
ClusterSession  
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  
 

Class Summary
ClusterRuleSet RuleSet for processing the contents of a Cluster definition element.
Constants Manifest constants for the org.apache.catalina.cluster package.
 

Package org.apache.catalina.cluster Description

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



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.