Package org.codehaus.activecluster

ActiveCluster API for working with a simple cluster abstraction for building cluster algorithms like buddy systems, voting, master/slave protocols, electing a controller and so forth.

See:
          Description

Interface Summary
Cluster Represents a logical connection to a cluster.
ClusterFactory A Factory of Cluster instances
ClusterListener Listener to events occuring on the cluster
LocalNode Represents the local (in process) node
Node Represents a node member in a cluster
Service Service represents some service of some kind with a simple start/stop lifecycle.
 

Class Summary
ClusterEvent A cluster event
 

Exception Summary
ClusterException Represents a Cluster related exception
 

Package org.codehaus.activecluster Description

ActiveCluster API for working with a simple cluster abstraction for building cluster algorithms like buddy systems, voting, master/slave protocols, electing a controller and so forth.



Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.