Uses of Class
com.caucho.cloud.topology.CloudCluster

Packages that use CloudCluster
com.caucho.cloud.network   
com.caucho.cloud.topology   
com.caucho.server.cluster   
com.caucho.server.host   
 

Uses of CloudCluster in com.caucho.cloud.network
 

Methods in com.caucho.cloud.network that return CloudCluster
 CloudCluster ClusterServer.getCluster()
          Returns the cluster.
 

Uses of CloudCluster in com.caucho.cloud.topology
 

Methods in com.caucho.cloud.topology that return CloudCluster
 CloudCluster CloudSystem.createCluster(java.lang.String id)
          Creates a new cluster.
 CloudCluster CloudSystem.findCluster(java.lang.String id)
          Finds the server with the unique id.
static CloudCluster TopologyService.findCluster(java.lang.String id)
           
 CloudCluster CloudPod.getCluster()
          Returns the pod's cluster
 CloudCluster CloudServer.getCluster()
          Returns the cluster.
 CloudCluster[] CloudSystem.getClusterList()
          Return the clusters in the cloud.
 

Methods in com.caucho.cloud.topology with parameters of type CloudCluster
 void AbstractCloudClusterListener.onClusterAdd(CloudCluster cluster)
           
 void CloudClusterListener.onClusterAdd(CloudCluster cluster)
           
 void AbstractCloudClusterListener.onClusterRemove(CloudCluster cluster)
           
 void CloudClusterListener.onClusterRemove(CloudCluster cluster)
           
 

Constructors in com.caucho.cloud.topology with parameters of type CloudCluster
CloudClusterAdmin(CloudCluster cluster)
           
CloudPod(CloudCluster cluster, java.lang.String id, int index)
          Creates a new triad for the cluster.
 

Uses of CloudCluster in com.caucho.server.cluster
 

Methods in com.caucho.server.cluster that return CloudCluster
 CloudCluster ServletService.getCluster()
          Returns the cluster
 CloudCluster[] ServletService.getClusterList()
          Returns all the clusters
 

Uses of CloudCluster in com.caucho.server.host
 

Methods in com.caucho.server.host that return CloudCluster
 CloudCluster Host.getCluster()
          Returns the current cluster.