|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mule.module.launcher.application.NullDeploymentListener
public class NullDeploymentListener
Defines a DeploymentListener that does nothing
| Constructor Summary | |
|---|---|
NullDeploymentListener()
|
|
| Method Summary | |
|---|---|
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 |
onMuleContextConfigured(String appName,
MuleContext context)
Notifies the configuration of the MuleContext for a given app. |
void |
onMuleContextCreated(String appName,
MuleContext context)
Notifies the creation of the MuleContext for a given app. |
void |
onMuleContextInitialised(String appName,
MuleContext context)
Notifies the initialization of the MuleContext for a given app. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullDeploymentListener()
| Method Detail |
|---|
public void onDeploymentStart(String appName)
DeploymentListener
onDeploymentStart in interface DeploymentListenerappName - the name of the application being deployedpublic void onDeploymentSuccess(String appName)
DeploymentListener
onDeploymentSuccess in interface DeploymentListenerappName - the name of the application being deployed
public void onDeploymentFailure(String appName,
Throwable cause)
DeploymentListener
onDeploymentFailure in interface DeploymentListenerappName - the name of the application being deployedcause - the cause of the failurepublic void onUndeploymentStart(String appName)
DeploymentListener
onUndeploymentStart in interface DeploymentListenerappName - the name of the application being un-deployedpublic void onUndeploymentSuccess(String appName)
DeploymentListener
onUndeploymentSuccess in interface DeploymentListenerappName - the name of the application being un-deployed
public void onUndeploymentFailure(String appName,
Throwable cause)
DeploymentListener
onUndeploymentFailure in interface DeploymentListenerappName - the name of the application being un-deployedcause - the cause of the failure
public void onMuleContextCreated(String appName,
MuleContext context)
DeploymentListenerMuleContext for a given app.
onMuleContextCreated in interface DeploymentListenerappName - name of the application that owns the mule contextcontext - mule context for the application being deployed
public void onMuleContextInitialised(String appName,
MuleContext context)
DeploymentListenerMuleContext for a given app.
onMuleContextInitialised in interface DeploymentListenerappName - name of the application that owns the mule contextcontext - mule context for the application being deployed
public void onMuleContextConfigured(String appName,
MuleContext context)
DeploymentListenerMuleContext for a given app.
onMuleContextConfigured in interface DeploymentListenerappName - name of the application that owns the mule contextcontext - mule context for the application being deployed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||