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