Uses of Interface
com.caucho.cloud.topology.CloudPodListener

Packages that use CloudPodListener
com.caucho.cloud.topology   
 

Uses of CloudPodListener in com.caucho.cloud.topology
 

Classes in com.caucho.cloud.topology that implement CloudPodListener
 class AbstractCloudPodListener
          Listener to detect when a server is added or removed.
 

Methods in com.caucho.cloud.topology with parameters of type CloudPodListener
 void CloudCluster.addPodListener(CloudPodListener listener)
          Adds a listener to detect pod add and remove.
 void CloudCluster.removePodListener(CloudPodListener listener)
          Removes a listener to detect pod add and remove.