public interface PlatformEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
createdCluster(String clusterName)
Notification on the creation of a cluster
|
void |
createdInstance(String instanceName)
Notification on the creation of a instance
|
void |
deletedCluster(String clusterName)
Notification on the deletion of a cluster
|
void |
deletedInstance(String instanceName)
Notification on the deletion of a instance
|
void createdInstance(String instanceName)
instanceName - - name of the instance.void deletedInstance(String instanceName)
instanceName - - name of the instance.void createdCluster(String clusterName)
clusterName - - name of the clustervoid deletedCluster(String clusterName)
clusterName - - name of the clusterCopyright © 2011-2016 OpenESB Community. All Rights Reserved.