public class ApplicationStartedDeploymentListener extends Object implements org.mule.runtime.module.deployment.api.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,
MuleContext context) |
void |
onMuleContextCreated(String artifactName,
MuleContext context) |
void |
onMuleContextInitialised(String artifactName,
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.runtime.module.deployment.api.DeploymentListenerpublic void onDeploymentSuccess(String artifactName)
onDeploymentSuccess in interface org.mule.runtime.module.deployment.api.DeploymentListenerpublic void onDeploymentFailure(String artifactName, Throwable cause)
onDeploymentFailure in interface org.mule.runtime.module.deployment.api.DeploymentListenerpublic void onUndeploymentStart(String artifactName)
onUndeploymentStart in interface org.mule.runtime.module.deployment.api.DeploymentListenerpublic void onUndeploymentSuccess(String artifactName)
onUndeploymentSuccess in interface org.mule.runtime.module.deployment.api.DeploymentListenerpublic void onUndeploymentFailure(String artifactName, Throwable cause)
onUndeploymentFailure in interface org.mule.runtime.module.deployment.api.DeploymentListenerpublic void onMuleContextCreated(String artifactName, MuleContext context)
onMuleContextCreated in interface org.mule.runtime.module.deployment.api.DeploymentListenerpublic void onMuleContextInitialised(String artifactName, MuleContext context)
onMuleContextInitialised in interface org.mule.runtime.module.deployment.api.DeploymentListenerpublic void onMuleContextConfigured(String artifactName, MuleContext context)
onMuleContextConfigured in interface org.mule.runtime.module.deployment.api.DeploymentListenerCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.