| Interface | Description |
|---|---|
| Artifact |
An Artifact is an abstract representation of a deployable unit within the mule container.
|
| ArtifactClassLoader | |
| ArtifactFactory<T extends Artifact> |
Generic Factory for an
Artifact. |
| ResourceReleaser |
Implementations of this class should take care about resources that may leak memory after application undeployment.
|
| ShutdownListener |
Optional hook, invoked synchronously right before the class loader is disposed and closed.
|
| Class | Description |
|---|---|
| AbstractArtifactClassLoader |
Abstract implementation of the ArtifactClassLoader interface, that manages shutdown listeners.
|
| ArtifactWrapper<T extends Artifact> |
Decorates the target deployer to properly switch out context classloader for deployment
one where applicable.
|
| DefaultResourceReleaser | |
| MuleContextDeploymentListener |
Delegates
MuleContextListener notifications to a DeploymentListener |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.