org.mule.module.launcher.artifact
Class MuleContextDeploymentListener

java.lang.Object
  extended by org.mule.module.launcher.artifact.MuleContextDeploymentListener
All Implemented Interfaces:
MuleContextListener

public class MuleContextDeploymentListener
extends Object
implements MuleContextListener

Delegates MuleContextListener notifications to a DeploymentListener


Constructor Summary
MuleContextDeploymentListener(String appName, DeploymentListener deploymentListener)
           
 
Method Summary
 void onConfiguration(MuleContext context)
          Notifies the configuration of a MuleContext instance, after this notification, the context is ready to be used.
 void onCreation(MuleContext context)
          Notifies the creation of a MuleContext instance right before the initialization.
 void onInitialization(MuleContext context)
          Notifies the initialization of a MuleContext instance right before the configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MuleContextDeploymentListener

public MuleContextDeploymentListener(String appName,
                                     DeploymentListener deploymentListener)
Method Detail

onCreation

public void onCreation(MuleContext context)
Description copied from interface: MuleContextListener
Notifies the creation of a MuleContext instance right before the initialization.

Specified by:
onCreation in interface MuleContextListener
Parameters:
context - created context

onInitialization

public void onInitialization(MuleContext context)
Description copied from interface: MuleContextListener
Notifies the initialization of a MuleContext instance right before the configuration.

Specified by:
onInitialization in interface MuleContextListener
Parameters:
context - initialized context

onConfiguration

public void onConfiguration(MuleContext context)
Description copied from interface: MuleContextListener
Notifies the configuration of a MuleContext instance, after this notification, the context is ready to be used.

Specified by:
onConfiguration in interface MuleContextListener
Parameters:
context - configured context


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.