Uses of Interface
org.codehaus.activecluster.Service

Packages that use Service
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. 
org.codehaus.activecluster.impl Default implementation of ActiveCluster using standard JMS API to build the cluster. 
 

Uses of Service in org.codehaus.activecluster
 

Subinterfaces of Service in org.codehaus.activecluster
 interface Cluster
          Represents a logical connection to a cluster.
 

Uses of Service in org.codehaus.activecluster.impl
 

Classes in org.codehaus.activecluster.impl that implement Service
 class DefaultCluster
          A default implementation of ActiveCluster which uses standard JMS operations
 class ReplicatedLocalNode
          Default implementation of a local Node which has its state replicated across the cluster
 



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