public class MuleContextDeploymentListener extends Object implements MuleContextListener
MuleContextListener
notifications to a DeploymentListener
Constructor and Description |
---|
MuleContextDeploymentListener(String appName,
DeploymentListener deploymentListener) |
Modifier and Type | Method and Description |
---|---|
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. |
public MuleContextDeploymentListener(String appName, DeploymentListener deploymentListener)
public void onCreation(MuleContext context)
MuleContextListener
MuleContext
instance right before
the initialization.onCreation
in interface MuleContextListener
context
- created contextpublic void onInitialization(MuleContext context)
MuleContextListener
MuleContext
instance right
before the configuration.onInitialization
in interface MuleContextListener
context
- initialized contextpublic void onConfiguration(MuleContext context)
MuleContextListener
MuleContext
instance, after this
notification, the context is ready to be used.onConfiguration
in interface MuleContextListener
context
- configured contextCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.