public class ApplicationStartedDeploymentListener extends Object implements org.mule.module.launcher.DeploymentListener
| Modifier and Type | Field and Description |
|---|---|
static int |
APPLICATION_STARTED_TIMEOUT_IN_SECONDS |
| Constructor and Description |
|---|
ApplicationStartedDeploymentListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onDeploymentFailure(String artifactName,
Throwable cause) |
void |
onDeploymentStart(String artifactName) |
void |
onDeploymentSuccess(String artifactName) |
void |
onMuleContextConfigured(String artifactName,
org.mule.api.MuleContext context) |
void |
onMuleContextCreated(String artifactName,
org.mule.api.MuleContext context) |
void |
onMuleContextInitialised(String artifactName,
org.mule.api.MuleContext context) |
void |
onUndeploymentFailure(String artifactName,
Throwable cause) |
void |
onUndeploymentStart(String artifactName) |
void |
onUndeploymentSuccess(String artifactName) |
void |
waitUntilApplicationDeployed() |
public static final int APPLICATION_STARTED_TIMEOUT_IN_SECONDS
public ApplicationStartedDeploymentListener()
public void waitUntilApplicationDeployed()
public void onDeploymentStart(String artifactName)
onDeploymentStart in interface org.mule.module.launcher.DeploymentListenerpublic void onDeploymentSuccess(String artifactName)
onDeploymentSuccess in interface org.mule.module.launcher.DeploymentListenerpublic void onDeploymentFailure(String artifactName, Throwable cause)
onDeploymentFailure in interface org.mule.module.launcher.DeploymentListenerpublic void onUndeploymentStart(String artifactName)
onUndeploymentStart in interface org.mule.module.launcher.DeploymentListenerpublic void onUndeploymentSuccess(String artifactName)
onUndeploymentSuccess in interface org.mule.module.launcher.DeploymentListenerpublic void onUndeploymentFailure(String artifactName, Throwable cause)
onUndeploymentFailure in interface org.mule.module.launcher.DeploymentListenerpublic void onMuleContextCreated(String artifactName, org.mule.api.MuleContext context)
onMuleContextCreated in interface org.mule.module.launcher.DeploymentListenerpublic void onMuleContextInitialised(String artifactName, org.mule.api.MuleContext context)
onMuleContextInitialised in interface org.mule.module.launcher.DeploymentListenerpublic void onMuleContextConfigured(String artifactName, org.mule.api.MuleContext context)
onMuleContextConfigured in interface org.mule.module.launcher.DeploymentListenerCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.