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 |
onCreation(MuleContext context) |
void |
onInitialization(MuleContext context,
org.mule.runtime.api.artifact.Registry registry) |
void |
onStart(MuleContext context,
org.mule.runtime.api.artifact.Registry registry) |
void |
onStop(MuleContext context,
org.mule.runtime.api.artifact.Registry registry) |
public MuleContextDeploymentListener(String appName, DeploymentListener deploymentListener)
public void onCreation(MuleContext context)
onCreation in interface MuleContextListenerpublic void onInitialization(MuleContext context, org.mule.runtime.api.artifact.Registry registry)
onInitialization in interface MuleContextListenerpublic void onStart(MuleContext context, org.mule.runtime.api.artifact.Registry registry)
onStart in interface MuleContextListenerpublic void onStop(MuleContext context, org.mule.runtime.api.artifact.Registry registry)
onStop in interface MuleContextListenerCopyright © 2003–2025 MuleSoft, Inc.. All rights reserved.