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

Packages that use ClusterPod
com.caucho.server.cluster   
com.caucho.server.resin   
 

Uses of ClusterPod in com.caucho.server.cluster
 

Methods in com.caucho.server.cluster that return ClusterPod
 ClusterPod Cluster.createPod()
          Adds a new pod to the cluster
 ClusterPod Cluster.findPod(int podIndex)
          Finds the first server with the given server-id.
abstract  ClusterPod[] Cluster.getPodList()
          Returns the list of pods for the cluster
 

Uses of ClusterPod in com.caucho.server.resin
 

Methods in com.caucho.server.resin with parameters of type ClusterPod
protected  ClusterServer ResinDelegate.loadDynamicServer(ClusterPod pod, java.lang.String dynId, java.lang.String dynAddress, int dynPort)