org.mule.test.infrastructure.process
Class ApplicationStartedDeploymentListener
java.lang.Object
org.mule.test.infrastructure.process.ApplicationStartedDeploymentListener
- All Implemented Interfaces:
- DeploymentListener
public class ApplicationStartedDeploymentListener
- extends Object
- implements DeploymentListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
APPLICATION_STARTED_TIMEOUT_IN_SECONDS
public static final int APPLICATION_STARTED_TIMEOUT_IN_SECONDS
- See Also:
- Constant Field Values
ApplicationStartedDeploymentListener
public ApplicationStartedDeploymentListener()
waitUntilApplicationDeployed
public void waitUntilApplicationDeployed()
onDeploymentStart
public void onDeploymentStart(String artifactName)
- Specified by:
onDeploymentStart in interface DeploymentListener
onDeploymentSuccess
public void onDeploymentSuccess(String artifactName)
- Specified by:
onDeploymentSuccess in interface DeploymentListener
onDeploymentFailure
public void onDeploymentFailure(String artifactName,
Throwable cause)
- Specified by:
onDeploymentFailure in interface DeploymentListener
onUndeploymentStart
public void onUndeploymentStart(String artifactName)
- Specified by:
onUndeploymentStart in interface DeploymentListener
onUndeploymentSuccess
public void onUndeploymentSuccess(String artifactName)
- Specified by:
onUndeploymentSuccess in interface DeploymentListener
onUndeploymentFailure
public void onUndeploymentFailure(String artifactName,
Throwable cause)
- Specified by:
onUndeploymentFailure in interface DeploymentListener
onMuleContextCreated
public void onMuleContextCreated(String artifactName,
MuleContext context)
- Specified by:
onMuleContextCreated in interface DeploymentListener
onMuleContextInitialised
public void onMuleContextInitialised(String artifactName,
MuleContext context)
- Specified by:
onMuleContextInitialised in interface DeploymentListener
onMuleContextConfigured
public void onMuleContextConfigured(String artifactName,
MuleContext context)
- Specified by:
onMuleContextConfigured in interface DeploymentListener
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.