public interface ManagementEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAssociationAdded(Association association) |
void |
onAssociationDown(Association association) |
void |
onAssociationRemoved(Association association) |
void |
onAssociationStarted(Association association) |
void |
onAssociationStopped(Association association) |
void |
onAssociationUp(Association association) |
void |
onRemoveAllResources() |
void |
onServerAdded(Server server) |
void |
onServerRemoved(Server serverName) |
void onServerAdded(Server server)
void onServerRemoved(Server serverName)
void onAssociationAdded(Association association)
void onAssociationRemoved(Association association)
void onRemoveAllResources()
void onAssociationStarted(Association association)
void onAssociationStopped(Association association)
void onAssociationUp(Association association)
void onAssociationDown(Association association)
Copyright © 2012. All Rights Reserved.