Package | Description |
---|---|
com.caucho.cloud.topology |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCloudClusterListener
Listener to detect when a server is added or removed.
|
Modifier and Type | Method and Description |
---|---|
void |
CloudSystem.addClusterListener(CloudClusterListener listener)
Adds a listener to detect server add and removed.
|
void |
CloudSystem.removeClusterListener(CloudClusterListener listener)
Removes a listener to detect server add and removed.
|