public interface DeploymentListener
| Modifier and Type | Method and Description |
|---|---|
void |
addDeployment(Endpoint endpoint)
Notification for a new Endpoint Deployment.
|
void |
removeDeployment(Endpoint endpoint)
Notification for removal of an Endpoint Deployment.
|
void addDeployment(Endpoint endpoint) throws Exception
endpoint - is the Endpoint being deployed.Exception - on Errorsvoid removeDeployment(Endpoint endpoint)
endpoint - is the Endpoint being undeployed.Copyright © 2011-2016 OpenESB Community. All Rights Reserved.