|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.module.launcher.CompositeDeploymentListener
public class CompositeDeploymentListener
Constructor Summary | |
---|---|
CompositeDeploymentListener()
|
Method Summary | |
---|---|
void |
addDeploymentListener(DeploymentListener listener)
|
void |
onDeploymentFailure(String appName,
Throwable cause)
Notifies that a deploy for a given application has finished with a failure. |
void |
onDeploymentStart(String appName)
Notifies that a deploy for a given application has started. |
void |
onDeploymentSuccess(String appName)
Notifies that a deploy for a given application has successfully finished. |
void |
onUndeploymentFailure(String appName,
Throwable cause)
Notifies that an un-deployment for a given application has finished with a failure. |
void |
onUndeploymentStart(String appName)
Notifies that an un-deployment for a given application has started. |
void |
onUndeploymentSuccess(String appName)
Notifies that an un-deployment for a given application has successfully finished. |
void |
removeDeploymentListener(DeploymentListener listener)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompositeDeploymentListener()
Method Detail |
---|
public void addDeploymentListener(DeploymentListener listener)
public void removeDeploymentListener(DeploymentListener listener)
public void onDeploymentStart(String appName)
DeploymentListener
onDeploymentStart
in interface DeploymentListener
appName
- the name of the application being deployedpublic void onDeploymentSuccess(String appName)
DeploymentListener
onDeploymentSuccess
in interface DeploymentListener
appName
- the name of the application being deployedpublic void onDeploymentFailure(String appName, Throwable cause)
DeploymentListener
onDeploymentFailure
in interface DeploymentListener
appName
- the name of the application being deployedcause
- the cause of the failurepublic void onUndeploymentStart(String appName)
DeploymentListener
onUndeploymentStart
in interface DeploymentListener
appName
- the name of the application being un-deployedpublic void onUndeploymentSuccess(String appName)
DeploymentListener
onUndeploymentSuccess
in interface DeploymentListener
appName
- the name of the application being un-deployedpublic void onUndeploymentFailure(String appName, Throwable cause)
DeploymentListener
onUndeploymentFailure
in interface DeploymentListener
appName
- the name of the application being un-deployedcause
- the cause of the failure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |