Interface | Description |
---|---|
Artifact<D extends ArtifactDescriptor> |
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.
|
ArtifactFactoryUtils |
Utility class providing useful methods when creating
Artifact s. |
ArtifactStartedSplashScreen<D extends ArtifactDescriptor> |
Base splash screen to log messages when an
Artifact is started based on it's ArtifactDescriptor . |
ArtifactWrapper<T extends Artifact<D>,D extends ArtifactDescriptor> |
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–2016 MuleSoft, Inc.. All rights reserved.