Uses of Class
com.caucho.server.cluster.Cluster

Packages that use Cluster
com.caucho.server.admin   
com.caucho.server.cluster   
com.caucho.server.hmux   
com.caucho.server.host   
com.caucho.server.resin   
com.caucho.server.webapp   
 

Uses of Cluster in com.caucho.server.admin
 

Methods in com.caucho.server.admin that return Cluster
protected  Cluster Management.getCluster()
           
 

Methods in com.caucho.server.admin with parameters of type Cluster
 void Management.setCluster(Cluster cluster)
           
 

Uses of Cluster in com.caucho.server.cluster
 

Subclasses of Cluster in com.caucho.server.cluster
 class ProCluster
          Defines a set of clustered servers.
 

Fields in com.caucho.server.cluster with type parameters of type Cluster
protected static EnvironmentLocal<Cluster> Cluster._clusterLocal
           
 

Methods in com.caucho.server.cluster that return Cluster
 Cluster ClusterGroup.findCluster(java.lang.String id)
          Returns the cluster with the matching name.
 Cluster StoreManager.getCluster()
          Gets the cluster.
 Cluster ServerConnector.getCluster()
          Gets the owning cluster.
 Cluster Machine.getCluster()
          Returns the cluster.
 Cluster ClusterServer.getCluster()
          Returns the cluster.
 Cluster Server.getCluster()
          Returns the cluster.
static Cluster Cluster.getCluster(java.lang.ClassLoader loader)
          Returns the currently active local cluster.
static Cluster Cluster.getCurrent()
          Returns the currently active local cluster.
static Cluster Cluster.getLocal()
          Returns the currently active local cluster.
 

Methods in com.caucho.server.cluster that return types with arguments of type Cluster
 java.util.ArrayList<Cluster> ClusterGroup.getClusterList()
          Returns all the clusters.
 

Methods in com.caucho.server.cluster with parameters of type Cluster
 void ClusterGroup.addCluster(Cluster cluster)
          Adds a cluster.
 void StoreManager.setCluster(Cluster cluster)
          Sets the cluster.
 

Constructors in com.caucho.server.cluster with parameters of type Cluster
ClusterAdmin(Cluster cluster)
           
ClusterServer(Cluster cluster)
           
ClusterServer(Cluster cluster, boolean test)
           
Machine(Cluster cluster)
           
 

Uses of Cluster in com.caucho.server.hmux
 

Methods in com.caucho.server.hmux with parameters of type Cluster
 void HmuxClusterRequest.setCluster(Cluster cluster)
           
abstract  void AbstractClusterRequest.setCluster(Cluster cluster)
           
 

Uses of Cluster in com.caucho.server.host
 

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

Uses of Cluster in com.caucho.server.resin
 

Methods in com.caucho.server.resin that return Cluster
 Cluster Resin.createCluster()
           
 Cluster Resin.findCluster(java.lang.String id)
           
protected  Cluster ProResin.instantiateCluster()
           
protected  Cluster Resin.instantiateCluster()
           
 

Methods in com.caucho.server.resin that return types with arguments of type Cluster
 java.util.ArrayList<Cluster> Resin.getClusterList()
           
 

Methods in com.caucho.server.resin with parameters of type Cluster
 void Resin.addCluster(Cluster cluster)
           
 

Uses of Cluster in com.caucho.server.webapp
 

Methods in com.caucho.server.webapp that return Cluster
 Cluster WebApp.getCluster()
          Returns the current cluster.