Uses of Class
org.codehaus.activecluster.ClusterException

Packages that use ClusterException
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 ClusterException in org.codehaus.activecluster
 

Methods in org.codehaus.activecluster that throw ClusterException
 Cluster ClusterFactory.createCluster(Topic groupDestination)
          Creates a new cluster connection using the given group
 Cluster ClusterFactory.createCluster(String topic)
          Creates a new cluster connection using the given topic name
 

Uses of ClusterException in org.codehaus.activecluster.impl
 

Methods in org.codehaus.activecluster.impl that throw ClusterException
 Cluster DefaultClusterFactory.createCluster(Topic groupDestination)
           
 Cluster DefaultClusterFactory.createCluster(String topic)
           
 



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