org.mule.test.infrastructure.process
Class ApplicationStartedDeploymentListener

java.lang.Object
  extended by org.mule.test.infrastructure.process.ApplicationStartedDeploymentListener
All Implemented Interfaces:
DeploymentListener

public class ApplicationStartedDeploymentListener
extends Object
implements DeploymentListener


Field Summary
static int APPLICATION_STARTED_TIMEOUT_IN_SECONDS
           
 
Constructor Summary
ApplicationStartedDeploymentListener()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APPLICATION_STARTED_TIMEOUT_IN_SECONDS

public static final int APPLICATION_STARTED_TIMEOUT_IN_SECONDS
See Also:
Constant Field Values
Constructor Detail

ApplicationStartedDeploymentListener

public ApplicationStartedDeploymentListener()
Method Detail

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.