A B C D E F G H I J L M N O P R S T U V Z 

A

AbstractArtifactClassLoader - Class in org.mule.module.launcher.artifact
Abstract implementation of the ArtifactClassLoader interface, that manages shutdown listeners.
AbstractArtifactClassLoader(URL[], ClassLoader) - Constructor for class org.mule.module.launcher.artifact.AbstractArtifactClassLoader
 
AbstractArtifactClassLoader(URL[], ClassLoader, Set<String>) - Constructor for class org.mule.module.launcher.artifact.AbstractArtifactClassLoader
 
AbstractDeploymentListener - Class in org.mule.module.launcher
Convenience implementation of DeploymentListener.
AbstractDeploymentListener() - Constructor for class org.mule.module.launcher.AbstractDeploymentListener
 
AbstractFileWatcher - Class in org.mule.module.launcher
 
AbstractFileWatcher(File) - Constructor for class org.mule.module.launcher.AbstractFileWatcher
 
AbstractFileWatcher(Collection<File>) - Constructor for class org.mule.module.launcher.AbstractFileWatcher
 
add(int, E) - Method in class org.mule.module.launcher.util.ObservableList
 
add(E) - Method in class org.mule.module.launcher.util.ObservableList
 
add(E) - Method in class org.mule.module.launcher.util.ObservableList.ObservableListIterator
 
addAll(Collection<? extends E>) - Method in class org.mule.module.launcher.util.ObservableList
 
addAll(int, Collection<? extends E>) - Method in class org.mule.module.launcher.util.ObservableList
 
addAnnotationsConfigBuilderIfPresent(List<ConfigurationBuilder>) - Method in class org.mule.module.launcher.application.DefaultMuleApplication
 
addAnnotationsConfigBuilderIfPresent(List<ConfigurationBuilder>) - Method in class org.mule.module.launcher.domain.DefaultMuleDomain
 
addDeploymentListener(DeploymentListener) - Method in class org.mule.module.launcher.CompositeDeploymentListener
 
addDeploymentListener(DeploymentListener) - Method in interface org.mule.module.launcher.DeploymentListenerManager
 
addDeploymentListener(DeploymentListener) - Method in class org.mule.module.launcher.MuleDeploymentService
 
addDomainDeploymentListener(DeploymentListener) - Method in interface org.mule.module.launcher.DomainDeploymentListenerManager
 
addDomainDeploymentListener(DeploymentListener) - Method in class org.mule.module.launcher.MuleDeploymentService
 
ADDED - Static variable in class org.mule.module.launcher.util.ElementEvent
 
addPluginClassLoader(ClassLoader) - Method in class org.mule.module.launcher.MulePluginClassLoaderManager
 
addPluginClassLoader(ClassLoader) - Method in interface org.mule.module.launcher.PluginClassLoaderManager
Adds a new classloader
addPropertyChangeListener(PropertyChangeListener) - Method in class org.mule.module.launcher.util.ObservableList
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.mule.module.launcher.util.ObservableList
 
addShutdownListener(ShutdownListener) - Method in class org.mule.module.launcher.application.CompositeApplicationClassLoader
 
addShutdownListener(ShutdownListener) - Method in class org.mule.module.launcher.artifact.AbstractArtifactClassLoader
 
addShutdownListener(ShutdownListener) - Method in interface org.mule.module.launcher.artifact.ArtifactClassLoader
Adds a shutdown listener to the class loader.
addStartupListener(StartupListener) - Method in interface org.mule.module.launcher.DeploymentService
 
addStartupListener(StartupListener) - Method in class org.mule.module.launcher.MuleDeploymentService
 
addUrls() - Method in class org.mule.module.launcher.MuleSharedDomainClassLoader
 
ANCHOR_FILE_BLURB - Static variable in class org.mule.module.launcher.ArtifactArchiveInstaller
 
ANOTHER_DEPLOYMENT_OPERATION_IS_IN_PROGRESS - Static variable in class org.mule.module.launcher.DefaultArchiveDeployer
 
AppBloodhound - Interface in org.mule.module.launcher
Discovers application descriptor and settings.
Application - Interface in org.mule.module.launcher.application
 
ApplicationClassLoader - Interface in org.mule.module.launcher.application
Identifies a classLoader created for a given Mule application
ApplicationClassLoaderFactory - Interface in org.mule.module.launcher.application
Creates ClassLoader instances for Mule applications
applicationClassLoaderFactory - Variable in class org.mule.module.launcher.application.DefaultMuleApplication
 
ApplicationDescriptor - Class in org.mule.module.launcher.descriptor
 
ApplicationDescriptor() - Constructor for class org.mule.module.launcher.descriptor.ApplicationDescriptor
 
ApplicationFactory - Interface in org.mule.module.launcher.application
Creates Application instances
ApplicationMuleContextBuilder - Class in org.mule.module.launcher.application
Takes Mule application descriptor into account when building the context.
ApplicationMuleContextBuilder(ApplicationDescriptor) - Constructor for class org.mule.module.launcher.application.ApplicationMuleContextBuilder
 
ApplicationStatus - Enum in org.mule.module.launcher.application
Indicates the status of a Mule application that corresponds to the last executed lifecycle phase on the application's MuleContext.
ApplicationStatusMapper - Class in org.mule.module.launcher.application
Maps an application life cycle phase to an application status
ApplicationStatusMapper() - Constructor for class org.mule.module.launcher.application.ApplicationStatusMapper
 
ApplicationWrapper - Class in org.mule.module.launcher.application
Decorates the target deployer to properly switch out context classloader for deployment one where applicable.
ApplicationWrapper(Application) - Constructor for class org.mule.module.launcher.application.ApplicationWrapper
 
appName - Variable in class org.mule.module.launcher.FineGrainedControlClassLoader
 
APPS_FOLDER - Static variable in class org.mule.module.launcher.MuleFoldersUtil
 
ArchiveDeployer<T extends Artifact> - Interface in org.mule.module.launcher
Deploys a file based artifact into the mule container.
Artifact - Interface in org.mule.module.launcher.artifact
An Artifact is an abstract representation of a deployable unit within the mule container.
ARTIFACT_ANCHOR_SUFFIX - Static variable in class org.mule.module.launcher.DeploymentDirectoryWatcher
 
ARTIFACT_ANCHOR_SUFFIX - Static variable in class org.mule.module.launcher.MuleDeploymentService
 
ARTIFACT_NAME_PROPERTY - Static variable in class org.mule.module.launcher.DefaultArchiveDeployer
 
ArtifactArchiveInstaller - Class in org.mule.module.launcher
Installer for mule artifacts inside the mule container directories.
ArtifactArchiveInstaller(File) - Constructor for class org.mule.module.launcher.ArtifactArchiveInstaller
 
ArtifactClassLoader - Interface in org.mule.module.launcher.artifact
 
ArtifactDeployer<T extends Artifact> - Interface in org.mule.module.launcher
Deployes and Undeploys artifacts in the container.
ArtifactDeployerMonitorThreadFactory - Class in org.mule.module.launcher
 
ArtifactDeployerMonitorThreadFactory() - Constructor for class org.mule.module.launcher.ArtifactDeployerMonitorThreadFactory
 
ArtifactDeploymentStatusTracker - Class in org.mule.module.launcher
Keeps track of the deployment status of the artifact listening to the deployment notifications
ArtifactDeploymentStatusTracker() - Constructor for class org.mule.module.launcher.ArtifactDeploymentStatusTracker
 
ArtifactDeploymentStatusTracker.DeploymentState - Enum in org.mule.module.launcher
 
ArtifactFactory<T extends Artifact> - Interface in org.mule.module.launcher.artifact
Generic Factory for an Artifact.
ArtifactWrapper<T extends Artifact> - Class in org.mule.module.launcher.artifact
Decorates the target deployer to properly switch out context classloader for deployment one where applicable.
ArtifactWrapper(T) - Constructor for class org.mule.module.launcher.artifact.ArtifactWrapper
 
AsyncLoggerExceptionHandler - Class in org.mule.module.launcher.log4j2
Implementation of ExceptionHandler to be used when async loggers fail to log their messages.
AsyncLoggerExceptionHandler() - Constructor for class org.mule.module.launcher.log4j2.AsyncLoggerExceptionHandler
 

B

blocked - Variable in class org.mule.module.launcher.FineGrainedControlClassLoader
 

C

CHANGE_CHECK_INTERVAL_PROPERTY - Static variable in class org.mule.module.launcher.DeploymentDirectoryWatcher
 
CLASSNAME_SPRING_CONFIG_BUILDER - Static variable in class org.mule.module.launcher.descriptor.ApplicationDescriptor
Required to support the '-config spring' shortcut.
CLASSPATH_EMPTY - Static variable in class org.mule.module.launcher.MuleApplicationClassLoader
 
ClasspathMuleCoreExtensionDiscoverer - Class in org.mule.module.launcher.coreextension
Discovers MuleCoreExtension classes that are defined in the classpath using core-extensions.properties files.
ClasspathMuleCoreExtensionDiscoverer() - Constructor for class org.mule.module.launcher.coreextension.ClasspathMuleCoreExtensionDiscoverer
 
clear() - Method in class org.mule.module.launcher.util.ObservableList
 
CLEARED - Static variable in class org.mule.module.launcher.util.ElementEvent
 
CLI_OPTIONS - Static variable in class org.mule.module.launcher.MuleContainer
 
CompositeApplicationClassLoader - Class in org.mule.module.launcher.application
Defines a classloader that delegates classes and resources resolution to a list of classloaders.
CompositeApplicationClassLoader(String, List<ClassLoader>) - Constructor for class org.mule.module.launcher.application.CompositeApplicationClassLoader
 
CompositeApplicationClassLoaderFactory - Class in org.mule.module.launcher.application
Composes a CompositeApplicationClassLoader using a ApplicationClassLoaderFactory to getDomainClassLoader the classloader for a Mule application and the plugin classloaders available in the PluginClassLoaderManager
CompositeApplicationClassLoaderFactory(ApplicationClassLoaderFactory, PluginClassLoaderManager) - Constructor for class org.mule.module.launcher.application.CompositeApplicationClassLoaderFactory
 
CompositeDeploymentListener - Class in org.mule.module.launcher
 
CompositeDeploymentListener() - Constructor for class org.mule.module.launcher.CompositeDeploymentListener
 
ConfigChangeMonitorThreadFactory - Class in org.mule.module.launcher
A slightly tweaked default thread factory that uses the following pattern: [%s].config.change.%d.thread.%d, where %s stands for application name, the next number will tell one how many redeployments this app had during this container's lifetime and the last digit, thread count, should always be 1.
ConfigChangeMonitorThreadFactory(String) - Constructor for class org.mule.module.launcher.ConfigChangeMonitorThreadFactory
 
contains(Object) - Method in class org.mule.module.launcher.util.ObservableList
 
containsAll(Collection<?>) - Method in class org.mule.module.launcher.util.ObservableList
 
containsSharedResources() - Method in class org.mule.module.launcher.domain.DefaultMuleDomain
 
containsSharedResources() - Method in interface org.mule.module.launcher.domain.Domain
 
containsSharedResources() - Method in class org.mule.module.launcher.domain.DomainWrapper
 
COPY_APPLICATION_NATIVE_LIBRARIES - Static variable in class org.mule.module.launcher.nativelib.DefaultNativeLibraryFinderFactory
 
COPY_APPLICATION_NATIVE_LIBRARIES_PROPERTY - Static variable in class org.mule.module.launcher.nativelib.DefaultNativeLibraryFinderFactory
 
CORE_EXTENSION_PROPERTIES - Static variable in class org.mule.module.launcher.coreextension.ClasspathMuleCoreExtensionDiscoverer
 
create(ApplicationDescriptor) - Method in interface org.mule.module.launcher.application.ApplicationClassLoaderFactory
 
create(ApplicationDescriptor) - Method in class org.mule.module.launcher.application.CompositeApplicationClassLoaderFactory
 
create(ApplicationDescriptor) - Method in class org.mule.module.launcher.application.MuleApplicationClassLoaderFactory
 
create(String) - Method in class org.mule.module.launcher.nativelib.DefaultNativeLibraryFinderFactory
 
create(String) - Method in interface org.mule.module.launcher.nativelib.NativeLibraryFinderFactory
Creates a ntive library finder for the given application
createAnchorFile(String) - Method in class org.mule.module.launcher.ArtifactArchiveInstaller
 
createAppFrom(ApplicationDescriptor) - Method in class org.mule.module.launcher.application.DefaultApplicationFactory
 
createApplicationConfigurationBuilder(Application) - Method in class org.mule.module.launcher.domain.DefaultMuleDomain
 
createApplicationConfigurationBuilder(Application) - Method in interface org.mule.module.launcher.domain.Domain
Creates a ConfigurationBuilder for a certain application which is going to be configured to use the correct domain.
createApplicationConfigurationBuilder(Application) - Method in class org.mule.module.launcher.domain.DomainWrapper
 
createArtifact(String) - Method in interface org.mule.module.launcher.application.ApplicationFactory
Creates an application
createArtifact(String) - Method in class org.mule.module.launcher.application.DefaultApplicationFactory
 
createArtifact(String) - Method in interface org.mule.module.launcher.artifact.ArtifactFactory
Creates an Artifact
createArtifact(String) - Method in class org.mule.module.launcher.domain.DefaultDomainFactory
 
createConfigurationBuilderFromApplicationProperties() - Method in class org.mule.module.launcher.application.DefaultMuleApplication
 
createDefaultDomain() - Method in class org.mule.module.launcher.domain.DefaultDomainFactory
 
createDefaultDomain() - Method in interface org.mule.module.launcher.domain.DomainFactory
 
createMuleConfiguration() - Method in class org.mule.module.launcher.application.ApplicationMuleContextBuilder
 
createNotificationManager() - Method in class org.mule.module.launcher.domain.DomainMuleContextBuilder
 
createResourceReleaserInstance() - Method in class org.mule.module.launcher.artifact.AbstractArtifactClassLoader
 
createURLStreamHandler(String) - Method in class org.mule.module.launcher.GoodCitizenClassLoader.NonCachingURLStreamHandlerFactory
 
createWorkManager() - Method in class org.mule.module.launcher.application.ApplicationMuleContextBuilder
 

D

DebuggableReentrantLock - Class in org.mule.module.launcher.util
 
DebuggableReentrantLock() - Constructor for class org.mule.module.launcher.util.DebuggableReentrantLock
 
DebuggableReentrantLock(boolean) - Constructor for class org.mule.module.launcher.util.DebuggableReentrantLock
 
DEFAULT_APP_PROPERTIES_RESOURCE - Static variable in class org.mule.module.launcher.descriptor.ApplicationDescriptor
 
DEFAULT_CHANGES_CHECK_INTERVAL_MS - Static variable in class org.mule.module.launcher.DeploymentDirectoryWatcher
 
DEFAULT_CONFIGURATION_RESOURCE - Static variable in class org.mule.module.launcher.descriptor.ApplicationDescriptor
 
DEFAULT_DOMAIN_NAME - Static variable in interface org.mule.module.launcher.domain.DomainFactory
 
DefaultAppBloodhound - Class in org.mule.module.launcher
 
DefaultAppBloodhound() - Constructor for class org.mule.module.launcher.DefaultAppBloodhound
 
DefaultApplicationFactory - Class in org.mule.module.launcher.application
Creates default mule applications
DefaultApplicationFactory(ApplicationClassLoaderFactory, DomainFactory) - Constructor for class org.mule.module.launcher.application.DefaultApplicationFactory
 
DefaultArchiveDeployer<T extends Artifact> - Class in org.mule.module.launcher
Deployer of an artifact within mule container.
DefaultArchiveDeployer(ArtifactDeployer, ArtifactFactory, ObservableList<T>, ReentrantLock) - Constructor for class org.mule.module.launcher.DefaultArchiveDeployer
 
DefaultArtifactDeployer<T extends Artifact> - Class in org.mule.module.launcher
 
DefaultArtifactDeployer() - Constructor for class org.mule.module.launcher.DefaultArtifactDeployer
 
DefaultDomainFactory - Class in org.mule.module.launcher.domain
 
DefaultDomainFactory(DomainClassLoaderRepository) - Constructor for class org.mule.module.launcher.domain.DefaultDomainFactory
 
DefaultMuleApplication - Class in org.mule.module.launcher.application
 
DefaultMuleApplication(ApplicationDescriptor, ApplicationClassLoaderFactory, Domain) - Constructor for class org.mule.module.launcher.application.DefaultMuleApplication
 
DefaultMuleCoreExtensionManager - Class in org.mule.module.launcher.coreextension
 
DefaultMuleCoreExtensionManager() - Constructor for class org.mule.module.launcher.coreextension.DefaultMuleCoreExtensionManager
 
DefaultMuleCoreExtensionManager(MuleCoreExtensionDiscoverer, MuleCoreExtensionDependencyResolver) - Constructor for class org.mule.module.launcher.coreextension.DefaultMuleCoreExtensionManager
 
DefaultMuleDomain - Class in org.mule.module.launcher.domain
 
DefaultMuleDomain(DomainClassLoaderRepository, String) - Constructor for class org.mule.module.launcher.domain.DefaultMuleDomain
 
DefaultNativeLibraryFinderFactory - Class in org.mule.module.launcher.nativelib
Creates different NativeLibraryFinder instances depending on the value of system property "mule.copyApplicationNativeLibraries", which value is true by default.
DefaultNativeLibraryFinderFactory() - Constructor for class org.mule.module.launcher.nativelib.DefaultNativeLibraryFinderFactory
 
DefaultResourceReleaser - Class in org.mule.module.launcher.artifact
 
DefaultResourceReleaser() - Constructor for class org.mule.module.launcher.artifact.DefaultResourceReleaser
 
deploy(T) - Method in interface org.mule.module.launcher.ArtifactDeployer
Deploys an artifact.
deploy(Artifact) - Method in class org.mule.module.launcher.DefaultArtifactDeployer
 
deploy(URL) - Method in interface org.mule.module.launcher.DeploymentService
Deploys and application bundled as a zip from the given URL to the mule container
deploy(URL) - Method in class org.mule.module.launcher.MuleDeploymentService
 
deployArtifact(T) - Method in interface org.mule.module.launcher.ArchiveDeployer
 
deployArtifact(T) - Method in class org.mule.module.launcher.DefaultArchiveDeployer
 
deployArtifact(Domain) - Method in class org.mule.module.launcher.DomainArchiveDeployer
 
deployDomain(URL) - Method in interface org.mule.module.launcher.DeploymentService
Deploys a domain bundled as a zip from the given URL to the mule container
deployDomain(URL) - Method in class org.mule.module.launcher.MuleDeploymentService
 
deployExplodedArtifact(String) - Method in interface org.mule.module.launcher.ArchiveDeployer
 
deployExplodedArtifact(String) - Method in class org.mule.module.launcher.DefaultArchiveDeployer
 
deployExplodedArtifact(String) - Method in class org.mule.module.launcher.DomainArchiveDeployer
 
deployLogger - Variable in class org.mule.module.launcher.application.DefaultMuleApplication
 
deployLogger - Variable in class org.mule.module.launcher.domain.DefaultMuleDomain
 
deploymentClassLoader - Variable in class org.mule.module.launcher.application.DefaultMuleApplication
 
DeploymentDirectoryWatcher - Class in org.mule.module.launcher
It's in charge of the whole deployment process.
DeploymentDirectoryWatcher(ArchiveDeployer<Domain>, ArchiveDeployer<Application>, ObservableList<Domain>, ObservableList<Application>, ReentrantLock) - Constructor for class org.mule.module.launcher.DeploymentDirectoryWatcher
 
DeploymentException - Exception in org.mule.module.launcher
 
DeploymentException(Message) - Constructor for exception org.mule.module.launcher.DeploymentException
 
DeploymentException(Message, Throwable) - Constructor for exception org.mule.module.launcher.DeploymentException
 
DeploymentInitException - Exception in org.mule.module.launcher
 
DeploymentInitException(Message) - Constructor for exception org.mule.module.launcher.DeploymentInitException
 
DeploymentInitException(Message, Throwable) - Constructor for exception org.mule.module.launcher.DeploymentInitException
 
deploymentListener - Variable in class org.mule.module.launcher.application.DefaultApplicationFactory
 
deploymentListener - Variable in class org.mule.module.launcher.application.DefaultMuleApplication
 
DeploymentListener - Interface in org.mule.module.launcher
Defines a listener for deployment events for Mule applications.
deploymentListener - Variable in class org.mule.module.launcher.domain.DefaultDomainFactory
 
DeploymentListenerManager - Interface in org.mule.module.launcher
Manages which DeploymentListener are listening for deployment notifications.
DeploymentService - Interface in org.mule.module.launcher
Manages deploy of mule applications
deploymentService - Variable in class org.mule.module.launcher.MuleContainer
 
DeploymentServiceAware - Interface in org.mule.module.launcher
Enables DeploymentService injection.
DeploymentStartException - Exception in org.mule.module.launcher
 
DeploymentStartException(Message) - Constructor for exception org.mule.module.launcher.DeploymentStartException
 
DeploymentStartException(Message, Throwable) - Constructor for exception org.mule.module.launcher.DeploymentStartException
 
deploymentStates - Variable in class org.mule.module.launcher.ArtifactDeploymentStatusTracker
 
DeploymentStatusTracker - Class in org.mule.module.launcher
Keeps track of the deployment status of all artifact in the Mule instance.
DeploymentStatusTracker() - Constructor for class org.mule.module.launcher.DeploymentStatusTracker
 
DeploymentStopException - Exception in org.mule.module.launcher
 
DeploymentStopException(Message) - Constructor for exception org.mule.module.launcher.DeploymentStopException
 
DeploymentStopException(Message, Throwable) - Constructor for exception org.mule.module.launcher.DeploymentStopException
 
deployPackagedArtifact(String) - Method in interface org.mule.module.launcher.ArchiveDeployer
 
deployPackagedArtifact(URL) - Method in interface org.mule.module.launcher.ArchiveDeployer
 
deployPackagedArtifact(String) - Method in class org.mule.module.launcher.DefaultArchiveDeployer
 
deployPackagedArtifact(URL) - Method in class org.mule.module.launcher.DefaultArchiveDeployer
 
deployPackagedArtifact(String) - Method in class org.mule.module.launcher.DomainArchiveDeployer
 
deployPackagedArtifact(URL) - Method in class org.mule.module.launcher.DomainArchiveDeployer
 
desc - Variable in class org.mule.module.launcher.application.ApplicationMuleContextBuilder
 
descriptor - Variable in class org.mule.module.launcher.application.DefaultMuleApplication
 
DescriptorParser - Interface in org.mule.module.launcher.descriptor
 
desinstallArtifact(String) - Method in class org.mule.module.launcher.ArtifactArchiveInstaller
Desintalls an artifact from the mule container installation.
determineConfigBuilderClassNameForApplication(Application) - Method in class org.mule.module.launcher.domain.DefaultMuleDomain
 
DirectoryResourceLocator - Class in org.mule.module.launcher
 
DirectoryResourceLocator(String...) - Constructor for class org.mule.module.launcher.DirectoryResourceLocator
 
dirty - Variable in class org.mule.module.launcher.DeploymentDirectoryWatcher
 
discover() - Method in class org.mule.module.launcher.coreextension.ClasspathMuleCoreExtensionDiscoverer
 
discover() - Method in interface org.mule.module.launcher.coreextension.MuleCoreExtensionDiscoverer
 
DisposableClassLoader - Interface in org.mule.module.launcher
 
dispose() - Method in class org.mule.module.launcher.application.CompositeApplicationClassLoader
 
dispose() - Method in class org.mule.module.launcher.application.DefaultMuleApplication
 
dispose() - Method in class org.mule.module.launcher.artifact.AbstractArtifactClassLoader
 
dispose() - Method in interface org.mule.module.launcher.artifact.Artifact
Dispose the artifact.
dispose() - Method in class org.mule.module.launcher.artifact.ArtifactWrapper
 
dispose() - Method in class org.mule.module.launcher.coreextension.DefaultMuleCoreExtensionManager
 
dispose() - Method in interface org.mule.module.launcher.DisposableClassLoader
Gets rid of the class loader resources.
dispose(Domain) - Method in class org.mule.module.launcher.domain.DefaultDomainFactory
 
dispose() - Method in class org.mule.module.launcher.domain.DefaultMuleDomain
 
dispose() - Method in class org.mule.module.launcher.domain.DomainWrapper
 
dispose() - Method in class org.mule.module.launcher.GoodCitizenClassLoader
A workaround for http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5041014
dispose() - Method in class org.mule.module.launcher.log4j2.MuleLog4jContextFactory
 
doBody() - Method in class org.mule.module.launcher.MuleContainerStartupSplashScreen
 
doDispose() - Method in class org.mule.module.launcher.application.DefaultMuleApplication
 
doFooter(MuleContext) - Method in class org.mule.module.launcher.MuleContainerStartupSplashScreen
 
Domain - Interface in org.mule.module.launcher.domain
A domain is a deployable Artifact that contains shared resources for Application

A domain can just consist of a set of jar libraries to share between the domain applications or it can also contain shared resources such as connectors or other mule components.

DOMAIN_BUNDLE_APPS_FOLDER - Static variable in class org.mule.module.launcher.DomainArchiveDeployer
 
DOMAIN_LIBRARY_FOLDER - Static variable in class org.mule.module.launcher.MuleSharedDomainClassLoader
 
DomainArchiveDeployer - Class in org.mule.module.launcher
Archive deployer for domains.
DomainArchiveDeployer(ArchiveDeployer<Domain>, ArchiveDeployer<Application>, ArtifactDeployer<Application>, DeploymentService) - Constructor for class org.mule.module.launcher.DomainArchiveDeployer
 
DomainClassLoaderRepository - Interface in org.mule.module.launcher.domain
Repository for domain class loaders.
DomainDeploymentListenerManager - Interface in org.mule.module.launcher
Manages which DeploymentListener are listening for domain deployment notifications.
DomainFactory - Interface in org.mule.module.launcher.domain
Factory for Domain artifact creation
DomainMuleContextBuilder - Class in org.mule.module.launcher.domain
Builder for domain MuleContext instance.
DomainMuleContextBuilder(String) - Constructor for class org.mule.module.launcher.domain.DomainMuleContextBuilder
 
DomainWrapper - Class in org.mule.module.launcher.domain
Domain wrapper used to notify domain factory that a domain has been disposed.
DomainWrapper(Domain, DefaultDomainFactory) - Constructor for class org.mule.module.launcher.domain.DomainWrapper
 
doShutdown() - Method in class org.mule.module.launcher.MuleContainer
 
DYLIB_EXTENSION - Static variable in class org.mule.module.launcher.nativelib.PerAppNativeLibraryFinder
 

E

ElementAddedEvent - Class in org.mule.module.launcher.util
 
ElementAddedEvent(Object, Object, int) - Constructor for class org.mule.module.launcher.util.ElementAddedEvent
 
ElementEvent<E> - Class in org.mule.module.launcher.util
 
ElementEvent(Object, Object, Object, int, int) - Constructor for class org.mule.module.launcher.util.ElementEvent
 
ElementRemovedEvent - Class in org.mule.module.launcher.util
 
ElementRemovedEvent(Object, Object, int) - Constructor for class org.mule.module.launcher.util.ElementRemovedEvent
 
ElementsClearedEvent - Class in org.mule.module.launcher.util
 
ElementsClearedEvent(Object, List<?>) - Constructor for class org.mule.module.launcher.util.ElementsClearedEvent
 
ElementUpdatedEvent - Class in org.mule.module.launcher.util
 
ElementUpdatedEvent(Object, Object, Object, int) - Constructor for class org.mule.module.launcher.util.ElementUpdatedEvent
 
EmptyApplicationDescriptor - Class in org.mule.module.launcher.descriptor
Encapsulates defaults when no explicit descriptor provided with an app.
EmptyApplicationDescriptor(String) - Constructor for class org.mule.module.launcher.descriptor.EmptyApplicationDescriptor
 
EnumerationAdapter<T> - Class in org.mule.module.launcher.application
Creates an Enumeration containing all the items in a Collection
EnumerationAdapter(Collection<T>) - Constructor for class org.mule.module.launcher.application.EnumerationAdapter
 
equals(Object) - Method in class org.mule.module.launcher.util.ObservableList
 
execute() - Method in interface org.mule.module.launcher.artifact.ShutdownListener
 
EXECUTION_FOLDER - Static variable in class org.mule.module.launcher.MuleFoldersUtil
 

F

fetch(String) - Method in interface org.mule.module.launcher.AppBloodhound
Sniff around and get me the app descriptor!
fetch(String) - Method in class org.mule.module.launcher.DefaultAppBloodhound
 
findApplication(String) - Method in interface org.mule.module.launcher.DeploymentService
Finds an active application by name.
findApplication(String) - Method in class org.mule.module.launcher.MuleDeploymentService
 
findArtifact(String, ObservableList<T>) - Method in class org.mule.module.launcher.DeploymentDirectoryWatcher
 
findClass(String) - Method in class org.mule.module.launcher.FineGrainedControlClassLoader
 
findClass(String) - Method in class org.mule.module.launcher.MuleApplicationClassLoader
 
findDependencies(MuleCoreExtension) - Method in interface org.mule.module.launcher.coreextension.MuleCoreExtensionDependencyDiscoverer
Finds dependencies defined in a given MuleCoreExtension
findDependencies(MuleCoreExtension) - Method in class org.mule.module.launcher.coreextension.ReflectionMuleCoreExtensionDependencyDiscoverer
 
findDomain(String) - Method in interface org.mule.module.launcher.DeploymentService
 
findDomain(String) - Method in class org.mule.module.launcher.MuleDeploymentService
 
findDomainApplications(String) - Method in interface org.mule.module.launcher.DeploymentService
 
findDomainApplications(String) - Method in class org.mule.module.launcher.MuleDeploymentService
 
findLibrary(String) - Method in class org.mule.module.launcher.application.CompositeApplicationClassLoader
 
findLibrary(String, ClassLoader) - Method in class org.mule.module.launcher.application.CompositeApplicationClassLoader
 
findLibrary(String) - Method in class org.mule.module.launcher.MuleApplicationClassLoader
 
findLibrary(String, String) - Method in interface org.mule.module.launcher.nativelib.NativeLibraryFinder
Finds a native library for the given name
findLibrary(String, String) - Method in class org.mule.module.launcher.nativelib.PerAppCopyNativeLibraryFinder
 
findLibrary(String, String) - Method in class org.mule.module.launcher.nativelib.PerAppNativeLibraryFinder
 
findLibraryLocally(String) - Method in class org.mule.module.launcher.nativelib.PerAppNativeLibraryFinder
 
findLocalResource(String) - Method in class org.mule.module.launcher.application.CompositeApplicationClassLoader
 
findLocalResource(String) - Method in class org.mule.module.launcher.artifact.AbstractArtifactClassLoader
 
findLocalResource(String) - Method in class org.mule.module.launcher.DirectoryResourceLocator
 
findLocalResource(String) - Method in interface org.mule.module.launcher.LocalResourceLocator
This method finds a resource in the local environment for this artifact, if the resource is not found and the artifact has a parent artifact then the operation is resolved by that parent, if there is no parent, the resources is searched in the global environment.
findParentClass(String) - Method in class org.mule.module.launcher.FineGrainedControlClassLoader
 
findResource(String) - Method in interface org.mule.module.launcher.application.ApplicationClassLoader
 
findResource(String) - Method in class org.mule.module.launcher.application.CompositeApplicationClassLoader
 
findResource(String) - Method in interface org.mule.module.launcher.artifact.ArtifactClassLoader
 
findResource(String) - Method in class org.mule.module.launcher.MuleSharedDomainClassLoader
 
FineGrainedControlClassLoader - Class in org.mule.module.launcher
TODO document overrides, blocked, systemPackages and syntax for specifying those.
FineGrainedControlClassLoader(URL[], ClassLoader) - Constructor for class org.mule.module.launcher.FineGrainedControlClassLoader
 
FineGrainedControlClassLoader(URL[], ClassLoader, Set<String>) - Constructor for class org.mule.module.launcher.FineGrainedControlClassLoader
 
from(File) - Static method in class org.mule.module.launcher.plugin.PluginClasspath
 

G

get(int) - Method in class org.mule.module.launcher.util.ObservableList
 
getAbsoluteResourcePaths() - Method in class org.mule.module.launcher.descriptor.ApplicationDescriptor
 
getAppDescriptor() - Method in class org.mule.module.launcher.plugin.PluginDescriptor
 
getAppDescriptor() - Method in class org.mule.module.launcher.plugin.PluginDescriptorParser
 
getAppDir() - Method in class org.mule.module.launcher.plugin.PluginDescriptorParser
 
getAppFolder(String) - Static method in class org.mule.module.launcher.MuleFoldersUtil
 
getAppLibFolder(String) - Static method in class org.mule.module.launcher.MuleFoldersUtil
 
getApplicationDeploymentStatusTracker() - Method in class org.mule.module.launcher.DeploymentStatusTracker
 
getApplications() - Method in interface org.mule.module.launcher.DeploymentService
Lists all applications that are deployed, starting or failed to start
getApplications() - Method in class org.mule.module.launcher.MuleDeploymentService
 
getApplicationStatus(String) - Static method in class org.mule.module.launcher.application.ApplicationStatusMapper
 
getAppName() - Method in interface org.mule.module.launcher.application.ApplicationClassLoader
Deprecated.
use ArtifactClassLoader.getArtifactName instead.
getAppName() - Method in class org.mule.module.launcher.application.ApplicationWrapper
 
getAppName() - Method in class org.mule.module.launcher.application.CompositeApplicationClassLoader
 
getAppName() - Method in class org.mule.module.launcher.artifact.ArtifactWrapper
 
getAppName() - Method in class org.mule.module.launcher.descriptor.ApplicationDescriptor
 
getAppName() - Method in class org.mule.module.launcher.descriptor.EmptyApplicationDescriptor
 
getAppName() - Method in class org.mule.module.launcher.MuleApplicationClassLoader
 
getAppPluginsFolder(String) - Static method in class org.mule.module.launcher.MuleFoldersUtil
 
getAppProperties() - Method in class org.mule.module.launcher.descriptor.ApplicationDescriptor
 
getAppsFolder() - Static method in class org.mule.module.launcher.MuleFoldersUtil
 
getAppSharedPluginLibsFolder(String) - Static method in class org.mule.module.launcher.MuleFoldersUtil
 
getAppTempFolder(String) - Static method in class org.mule.module.launcher.MuleFoldersUtil
 
getArtifactClassLoader() - Method in class org.mule.module.launcher.application.DefaultMuleApplication
 
getArtifactClassLoader() - Method in interface org.mule.module.launcher.artifact.Artifact
 
getArtifactClassLoader() - Method in class org.mule.module.launcher.artifact.ArtifactWrapper
 
getArtifactClassLoader() - Method in class org.mule.module.launcher.domain.DefaultMuleDomain
 
getArtifactDir() - Method in class org.mule.module.launcher.application.DefaultApplicationFactory
 
getArtifactDir() - Method in interface org.mule.module.launcher.artifact.ArtifactFactory
 
getArtifactDir() - Method in class org.mule.module.launcher.domain.DefaultDomainFactory
 
getArtifactName() - Method in class org.mule.module.launcher.application.CompositeApplicationClassLoader
 
getArtifactName() - Method in class org.mule.module.launcher.application.DefaultMuleApplication
 
getArtifactName() - Method in interface org.mule.module.launcher.artifact.Artifact
 
getArtifactName() - Method in interface org.mule.module.launcher.artifact.ArtifactClassLoader
 
getArtifactName() - Method in class org.mule.module.launcher.artifact.ArtifactWrapper
 
getArtifactName() - Method in class org.mule.module.launcher.domain.DefaultMuleDomain
 
getArtifactName() - Method in class org.mule.module.launcher.MuleApplicationClassLoader
 
getArtifactName() - Method in class org.mule.module.launcher.MuleSharedDomainClassLoader
 
getArtifactsZombieMap() - Method in interface org.mule.module.launcher.ArchiveDeployer
 
getArtifactsZombieMap() - Method in class org.mule.module.launcher.DefaultArchiveDeployer
 
getArtifactsZombieMap() - Method in class org.mule.module.launcher.DomainArchiveDeployer
 
getClassLoader() - Method in class org.mule.module.launcher.application.CompositeApplicationClassLoader
 
getClassLoader() - Method in interface org.mule.module.launcher.artifact.ArtifactClassLoader
ClassLoader is an abstract class.
getClassLoader() - Method in class org.mule.module.launcher.MuleApplicationClassLoader
 
getClassLoader() - Method in class org.mule.module.launcher.MuleSharedDomainClassLoader
 
getClasspath() - Method in class org.mule.module.launcher.plugin.PluginDescriptor
 
getConfigResources() - Method in class org.mule.module.launcher.descriptor.ApplicationDescriptor
 
getConfigResourcesFile() - Method in class org.mule.module.launcher.descriptor.ApplicationDescriptor
 
getConfigurationBuilder() - Method in class org.mule.module.launcher.descriptor.ApplicationDescriptor
Config builder name.
getDefaultDomainClassLoader() - Method in interface org.mule.module.launcher.domain.DomainClassLoaderRepository
 
getDefaultDomainClassLoader() - Method in class org.mule.module.launcher.domain.MuleDomainClassLoaderRepository
 
getDelegate() - Method in class org.mule.module.launcher.application.ApplicationWrapper
 
getDelegate() - Method in class org.mule.module.launcher.artifact.ArtifactWrapper
 
getDependantMethod() - Method in class org.mule.module.launcher.coreextension.LinkedMuleCoreExtensionDependency
 
getDependencyClass() - Method in class org.mule.module.launcher.coreextension.LinkedMuleCoreExtensionDependency
 
getDeploymentDirectory() - Method in interface org.mule.module.launcher.ArchiveDeployer
 
getDeploymentDirectory() - Method in class org.mule.module.launcher.DefaultArchiveDeployer
 
getDeploymentDirectory() - Method in class org.mule.module.launcher.DomainArchiveDeployer
 
getDeploymentStates() - Method in class org.mule.module.launcher.ArtifactDeploymentStatusTracker
 
getDescriptor() - Method in interface org.mule.module.launcher.application.Application
 
getDescriptor() - Method in class org.mule.module.launcher.application.ApplicationWrapper
 
getDescriptor() - Method in class org.mule.module.launcher.application.DefaultMuleApplication
 
getDomain() - Method in interface org.mule.module.launcher.application.Application
 
getDomain() - Method in class org.mule.module.launcher.application.ApplicationWrapper
 
getDomain() - Method in class org.mule.module.launcher.application.DefaultMuleApplication
 
getDomain() - Method in class org.mule.module.launcher.descriptor.ApplicationDescriptor
 
getDomainClassLoader(String) - Method in interface org.mule.module.launcher.domain.DomainClassLoaderRepository
 
getDomainClassLoader(String) - Method in class org.mule.module.launcher.domain.MuleDomainClassLoaderRepository
 
getDomainDeploymentStatusTracker() - Method in class org.mule.module.launcher.DeploymentStatusTracker
 
getDomains() - Method in interface org.mule.module.launcher.DeploymentService
 
getDomains() - Method in class org.mule.module.launcher.MuleDeploymentService
 
getEncoding() - Method in class org.mule.module.launcher.descriptor.ApplicationDescriptor
 
getExecutionFolder() - Static method in class org.mule.module.launcher.MuleFoldersUtil
 
getIndex() - Method in class org.mule.module.launcher.util.ElementEvent
 
getListIterator() - Method in class org.mule.module.launcher.util.ObservableList.ObservableListIterator
 
getLoaderOverride() - Method in class org.mule.module.launcher.descriptor.ApplicationDescriptor
 
getLoaderOverride() - Method in class org.mule.module.launcher.plugin.PluginDescriptor
 
getLocalResourceLocations() - Method in class org.mule.module.launcher.artifact.AbstractArtifactClassLoader
 
getLocalResourceLocations() - Method in class org.mule.module.launcher.MuleApplicationClassLoader
 
getLocalResourceLocations() - Method in class org.mule.module.launcher.MuleSharedDomainClassLoader
 
getLock() - Method in interface org.mule.module.launcher.DeploymentService
Obtains the object used to synchronize the service.
getLock() - Method in class org.mule.module.launcher.MuleDeploymentService
 
getLogger() - Method in class org.mule.module.launcher.MuleContainer
 
getMuleConfiguration() - Method in class org.mule.module.launcher.domain.DomainMuleContextBuilder
 
getMuleContext() - Method in interface org.mule.module.launcher.application.Application
 
getMuleContext() - Method in class org.mule.module.launcher.application.DefaultMuleApplication
 
getMuleContext() - Method in interface org.mule.module.launcher.artifact.Artifact
 
getMuleContext() - Method in class org.mule.module.launcher.artifact.ArtifactWrapper
 
getMuleContext() - Method in class org.mule.module.launcher.domain.DefaultMuleDomain
 
getMuleContext() - Method in interface org.mule.module.launcher.domain.Domain
 
getMuleContext() - Method in class org.mule.module.launcher.domain.DomainWrapper
 
getMuleHomeFolder() - Static method in class org.mule.module.launcher.MuleFoldersUtil
 
getMuleLibFolder() - Static method in class org.mule.module.launcher.MuleFoldersUtil
 
getName() - Method in class org.mule.module.launcher.domain.DefaultMuleDomain
 
getName() - Method in class org.mule.module.launcher.plugin.PluginDescriptor
 
getOwner() - Method in class org.mule.module.launcher.util.DebuggableReentrantLock
 
getPackagesToScan() - Method in class org.mule.module.launcher.descriptor.ApplicationDescriptor
 
getPluginClassLoaders() - Method in class org.mule.module.launcher.MulePluginClassLoaderManager
 
getPluginClassLoaders() - Method in interface org.mule.module.launcher.PluginClassLoaderManager
Immutable list of current plugin classloaders
getPlugins() - Method in class org.mule.module.launcher.descriptor.ApplicationDescriptor
 
getPropertyChangeListeners() - Method in class org.mule.module.launcher.util.ObservableList
 
getPropertyChangeListeners(String) - Method in class org.mule.module.launcher.util.ObservableList
 
getResource(String) - Method in class org.mule.module.launcher.application.CompositeApplicationClassLoader
 
getResource(String) - Method in class org.mule.module.launcher.MuleApplicationClassLoader
 
getResourceAsStream(String) - Method in class org.mule.module.launcher.application.CompositeApplicationClassLoader
 
getResourceFiles() - Method in class org.mule.module.launcher.application.DefaultMuleApplication
 
getResourceFiles() - Method in interface org.mule.module.launcher.artifact.Artifact
 
getResourceFiles() - Method in class org.mule.module.launcher.artifact.ArtifactWrapper
 
getResourceFiles() - Method in class org.mule.module.launcher.domain.DefaultMuleDomain
 
getResources(String) - Method in class org.mule.module.launcher.application.CompositeApplicationClassLoader
 
getResources(String) - Method in class org.mule.module.launcher.MuleApplicationClassLoader
 
getRuntimeClassesDir() - Method in class org.mule.module.launcher.plugin.PluginClasspath
 
getRuntimeLibs() - Method in class org.mule.module.launcher.plugin.PluginClasspath
 
getSharedPluginLibs() - Method in class org.mule.module.launcher.descriptor.ApplicationDescriptor
 
getStartupPropertiesFile() - Static method in class org.mule.module.launcher.MuleContainer
 
getStatus() - Method in interface org.mule.module.launcher.application.Application
 
getStatus() - Method in class org.mule.module.launcher.application.ApplicationWrapper
 
getStatus() - Method in class org.mule.module.launcher.application.DefaultMuleApplication
 
getSupportedFormat() - Method in interface org.mule.module.launcher.descriptor.DescriptorParser
 
getSupportedFormat() - Method in class org.mule.module.launcher.descriptor.PropertiesDescriptorParser
 
getType() - Method in class org.mule.module.launcher.util.ElementEvent
 
getTypeAsString() - Method in class org.mule.module.launcher.util.ElementEvent
 
getValues() - Method in class org.mule.module.launcher.util.ElementsClearedEvent
 
getValues() - Method in class org.mule.module.launcher.util.MultiElementAddedEvent
 
getValues() - Method in class org.mule.module.launcher.util.MultiElementRemovedEvent
 
GoodCitizenClassLoader - Class in org.mule.module.launcher
Fixes major classloader woes by: Providing a GoodCitizenClassLoader.dispose() method to release any connections to resources. Disabling caching of jar resources fix e.g.
GoodCitizenClassLoader(URL[], ClassLoader) - Constructor for class org.mule.module.launcher.GoodCitizenClassLoader
 
GoodCitizenClassLoader.NonCachingURLStreamHandlerFactory - Class in org.mule.module.launcher
 
GoodCitizenClassLoader.NonCachingURLStreamHandlerFactory() - Constructor for class org.mule.module.launcher.GoodCitizenClassLoader.NonCachingURLStreamHandlerFactory
 

H

handleEventException(Throwable, long, Object) - Method in class org.mule.module.launcher.log4j2.AsyncLoggerExceptionHandler
 
handleOnShutdownException(Throwable) - Method in class org.mule.module.launcher.log4j2.AsyncLoggerExceptionHandler
 
handleOnStartException(Throwable) - Method in class org.mule.module.launcher.log4j2.AsyncLoggerExceptionHandler
 
hashCode() - Method in class org.mule.module.launcher.util.ObservableList
 
hasListeners(String) - Method in class org.mule.module.launcher.util.ObservableList
 
hasMoreElements() - Method in class org.mule.module.launcher.application.EnumerationAdapter
 
hasPrevious() - Method in class org.mule.module.launcher.util.ObservableList.ObservableListIterator
 

I

indexOf(Object) - Method in class org.mule.module.launcher.util.ObservableList
 
init() - Method in class org.mule.module.launcher.application.DefaultMuleApplication
 
init() - Method in interface org.mule.module.launcher.artifact.Artifact
Initialise the artifact resources
init() - Method in class org.mule.module.launcher.artifact.ArtifactWrapper
 
init() - Method in class org.mule.module.launcher.domain.DefaultMuleDomain
 
init(String[]) - Method in class org.mule.module.launcher.MuleContainer
 
initialise() - Method in class org.mule.module.launcher.coreextension.DefaultMuleCoreExtensionManager
 
initialise() - Method in class org.mule.module.launcher.domain.DefaultMuleDomain
 
initialise() - Method in class org.mule.module.launcher.log4j2.MuleLog4jContextFactory
 
install() - Method in class org.mule.module.launcher.application.DefaultMuleApplication
 
install() - Method in interface org.mule.module.launcher.artifact.Artifact
Install the artifact.
install() - Method in class org.mule.module.launcher.artifact.ArtifactWrapper
 
install() - Method in class org.mule.module.launcher.domain.DefaultMuleDomain
 
INSTALL_OPERATION_HAS_BEEN_INTERRUPTED - Static variable in class org.mule.module.launcher.DefaultArchiveDeployer
 
installArtifact(URL) - Method in class org.mule.module.launcher.ArtifactArchiveInstaller
Installs an artifact in the mule container.
InstallException - Exception in org.mule.module.launcher
 
InstallException(Message) - Constructor for exception org.mule.module.launcher.InstallException
 
InstallException(Message, Throwable) - Constructor for exception org.mule.module.launcher.InstallException
 
isBlocked(String) - Method in class org.mule.module.launcher.FineGrainedControlClassLoader
 
isEmpty() - Method in class org.mule.module.launcher.util.ObservableList
 
isOverridden(String) - Method in class org.mule.module.launcher.FineGrainedControlClassLoader
 
isRedeploymentEnabled() - Method in class org.mule.module.launcher.descriptor.ApplicationDescriptor
 
iterator() - Method in class org.mule.module.launcher.util.ObservableList
 

J

JNILIB_EXTENSION - Static variable in class org.mule.module.launcher.nativelib.PerAppNativeLibraryFinder
 

L

lastIndexOf(Object) - Method in class org.mule.module.launcher.util.ObservableList
 
LIB_FOLDER - Static variable in class org.mule.module.launcher.MuleFoldersUtil
 
LinkedMuleCoreExtensionDependency - Class in org.mule.module.launcher.coreextension
Maps a core extension dependency class to a method in a dependant class
LinkedMuleCoreExtensionDependency(Class<? extends MuleCoreExtension>, Method) - Constructor for class org.mule.module.launcher.coreextension.LinkedMuleCoreExtensionDependency
 
listIterator() - Method in class org.mule.module.launcher.util.ObservableList
 
listIterator(int) - Method in class org.mule.module.launcher.util.ObservableList
 
loadClass(String) - Method in class org.mule.module.launcher.application.CompositeApplicationClassLoader
 
loadClass(String, boolean) - Method in class org.mule.module.launcher.application.CompositeApplicationClassLoader
 
loadClass(ClassLoader, String, boolean) - Method in class org.mule.module.launcher.application.CompositeApplicationClassLoader
 
loadClass(String, boolean) - Method in class org.mule.module.launcher.FineGrainedControlClassLoader
 
LocalResourceLocator - Interface in org.mule.module.launcher
 
logger - Variable in class org.mule.module.launcher.AbstractFileWatcher
 
logger - Static variable in class org.mule.module.launcher.application.CompositeApplicationClassLoader
 
logger - Variable in class org.mule.module.launcher.application.DefaultMuleApplication
 
logger - Variable in class org.mule.module.launcher.artifact.AbstractArtifactClassLoader
 
logger - Variable in class org.mule.module.launcher.ArtifactArchiveInstaller
 
logger - Static variable in class org.mule.module.launcher.coreextension.DefaultMuleCoreExtensionManager
 
logger - Variable in class org.mule.module.launcher.DefaultArtifactDeployer
 
logger - Variable in class org.mule.module.launcher.DeploymentDirectoryWatcher
 
logger - Variable in class org.mule.module.launcher.domain.DefaultMuleDomain
 
logger - Variable in class org.mule.module.launcher.MuleDeploymentService
 
logger - Variable in class org.mule.module.launcher.nativelib.PerAppCopyNativeLibraryFinder
 
logger - Variable in class org.mule.module.launcher.StartupSummaryDeploymentListener
 

M

main(String[]) - Static method in class org.mule.module.launcher.MuleContainer
Application entry point.
mergeParserOverrides(MultiMap) - Method in class org.mule.module.launcher.DefaultAppBloodhound
Merge default and discovered overrides for descriptor parsers, taking weight into account
MuleApplicationClassLoader - Class in org.mule.module.launcher
 
MuleApplicationClassLoader(String, ClassLoader, NativeLibraryFinder) - Constructor for class org.mule.module.launcher.MuleApplicationClassLoader
 
MuleApplicationClassLoader(String, ClassLoader, Set<String>, NativeLibraryFinder) - Constructor for class org.mule.module.launcher.MuleApplicationClassLoader
 
MuleApplicationClassLoaderFactory - Class in org.mule.module.launcher.application
Creates MuleApplicationClassLoader instances based on the application descriptor.
MuleApplicationClassLoaderFactory(DomainClassLoaderRepository, NativeLibraryFinderFactory) - Constructor for class org.mule.module.launcher.application.MuleApplicationClassLoaderFactory
 
MuleContainer - Class in org.mule.module.launcher
 
MuleContainer(String[]) - Constructor for class org.mule.module.launcher.MuleContainer
 
MuleContainer(DeploymentService, MuleCoreExtensionManager) - Constructor for class org.mule.module.launcher.MuleContainer
 
MuleContainer(String[], DeploymentService, MuleCoreExtensionManager) - Constructor for class org.mule.module.launcher.MuleContainer
Configure the server with command-line arguments.
MuleContainerStartupSplashScreen - Class in org.mule.module.launcher
 
MuleContainerStartupSplashScreen() - Constructor for class org.mule.module.launcher.MuleContainerStartupSplashScreen
 
muleContext - Variable in class org.mule.module.launcher.application.DefaultMuleApplication
 
MuleContextDeploymentListener - Class in org.mule.module.launcher.artifact
Delegates MuleContextListener notifications to a DeploymentListener
MuleContextDeploymentListener(String, DeploymentListener) - Constructor for class org.mule.module.launcher.artifact.MuleContextDeploymentListener
 
MuleCoreExtensionDependencyDiscoverer - Interface in org.mule.module.launcher.coreextension
Discovers dependencies between MuleCoreExtension instances
MuleCoreExtensionDependencyResolver - Interface in org.mule.module.launcher.coreextension
Resolves dependencies between MuleCoreExtension instances.
MuleCoreExtensionDiscoverer - Interface in org.mule.module.launcher.coreextension
Defines a way to search for available MuleCoreExtension
MuleCoreExtensionManager - Interface in org.mule.module.launcher.coreextension
Manages lifecycle and dependency injection for MuleCoreExtension
MuleDeploymentService - Class in org.mule.module.launcher
 
MuleDeploymentService(PluginClassLoaderManager) - Constructor for class org.mule.module.launcher.MuleDeploymentService
 
MuleDomainClassLoaderRepository - Class in org.mule.module.launcher.domain
 
MuleDomainClassLoaderRepository() - Constructor for class org.mule.module.launcher.domain.MuleDomainClassLoaderRepository
 
MuleFoldersUtil - Class in org.mule.module.launcher
Calculates folders for a mule server based on the "mule.home" property
MuleLog4jContextFactory - Class in org.mule.module.launcher.log4j2
Implementation of LoggerContextFactory which acts as the bootstrap for mule's logging mechanism.
MuleLog4jContextFactory() - Constructor for class org.mule.module.launcher.log4j2.MuleLog4jContextFactory
Initializes using a ArtifactAwareContextSelector
MuleLog4jContextFactory(ContextSelector) - Constructor for class org.mule.module.launcher.log4j2.MuleLog4jContextFactory
Initializes using contextSelector
MulePluginClassLoaderManager - Class in org.mule.module.launcher
 
MulePluginClassLoaderManager() - Constructor for class org.mule.module.launcher.MulePluginClassLoaderManager
 
MulePluginsClassLoader - Class in org.mule.module.launcher.plugin
 
MulePluginsClassLoader(ClassLoader, PluginDescriptor...) - Constructor for class org.mule.module.launcher.plugin.MulePluginsClassLoader
 
MulePluginsClassLoader(ClassLoader, Collection<PluginDescriptor>) - Constructor for class org.mule.module.launcher.plugin.MulePluginsClassLoader
 
MuleSharedDomainClassLoader - Class in org.mule.module.launcher
Load $MULE_HOME/lib/shared/ libraries.
MuleSharedDomainClassLoader(String, ClassLoader) - Constructor for class org.mule.module.launcher.MuleSharedDomainClassLoader
 
MULTI_ADD - Static variable in class org.mule.module.launcher.util.ElementEvent
 
MULTI_REMOVE - Static variable in class org.mule.module.launcher.util.ElementEvent
 
MultiElementAddedEvent - Class in org.mule.module.launcher.util
 
MultiElementAddedEvent(Object, int, List<?>) - Constructor for class org.mule.module.launcher.util.MultiElementAddedEvent
 
MultiElementRemovedEvent - Class in org.mule.module.launcher.util
 
MultiElementRemovedEvent(Object, List<?>) - Constructor for class org.mule.module.launcher.util.MultiElementRemovedEvent
 

N

NativeLibraryFinder - Interface in org.mule.module.launcher.nativelib
Finds native libraries in a particular class loading context
NativeLibraryFinderFactory - Interface in org.mule.module.launcher.nativelib
Creates NativeLibraryFinder instances
newThread(Runnable) - Method in class org.mule.module.launcher.ArtifactDeployerMonitorThreadFactory
 
newThread(Runnable) - Method in class org.mule.module.launcher.ConfigChangeMonitorThreadFactory
 
NEWVALUE - Static variable in class org.mule.module.launcher.util.ElementEvent
 
nextElement() - Method in class org.mule.module.launcher.application.EnumerationAdapter
 
nextIndex() - Method in class org.mule.module.launcher.util.ObservableList.ObservableListIterator
 
NullDeploymentListener - Class in org.mule.module.launcher.application
Defines a DeploymentListener that does nothing
NullDeploymentListener() - Constructor for class org.mule.module.launcher.application.NullDeploymentListener
 

O

ObservableList<E> - Class in org.mule.module.launcher.util
Adapted version of a groovy.util.ObservableList.
ObservableList() - Constructor for class org.mule.module.launcher.util.ObservableList
 
ObservableList(List<E>) - Constructor for class org.mule.module.launcher.util.ObservableList
 
ObservableList.ObservableListIterator - Class in org.mule.module.launcher.util
 
ObservableList.ObservableListIterator(ListIterator<E>, int) - Constructor for class org.mule.module.launcher.util.ObservableList.ObservableListIterator
 
OLD_DOMAIN_LIBRARY_FOLDER - Static variable in class org.mule.module.launcher.MuleSharedDomainClassLoader
 
OLDVALUE - Static variable in class org.mule.module.launcher.util.ElementEvent
 
onAfterStartup() - Method in interface org.mule.module.launcher.StartupListener
Invoked after all apps have passed the deployment phase.
onAfterStartup() - Method in class org.mule.module.launcher.StartupSummaryDeploymentListener
 
onChange(File) - Method in class org.mule.module.launcher.AbstractFileWatcher
 
onConfiguration(MuleContext) - Method in class org.mule.module.launcher.artifact.MuleContextDeploymentListener
 
onCreation(MuleContext) - Method in class org.mule.module.launcher.artifact.MuleContextDeploymentListener
 
onDeploymentFailure(String, Throwable) - Method in class org.mule.module.launcher.AbstractDeploymentListener
 
onDeploymentFailure(String, Throwable) - Method in class org.mule.module.launcher.application.NullDeploymentListener
 
onDeploymentFailure(String, Throwable) - Method in class org.mule.module.launcher.ArtifactDeploymentStatusTracker
 
onDeploymentFailure(String, Throwable) - Method in class org.mule.module.launcher.CompositeDeploymentListener
 
onDeploymentFailure(String, Throwable) - Method in interface org.mule.module.launcher.DeploymentListener
Notifies that a deploy for a given application has finished with a failure.
onDeploymentStart(String) - Method in class org.mule.module.launcher.AbstractDeploymentListener
 
onDeploymentStart(String) - Method in class org.mule.module.launcher.application.NullDeploymentListener
 
onDeploymentStart(String) - Method in class org.mule.module.launcher.ArtifactDeploymentStatusTracker
 
onDeploymentStart(String) - Method in class org.mule.module.launcher.CompositeDeploymentListener
 
onDeploymentStart(String) - Method in interface org.mule.module.launcher.DeploymentListener
Notifies that a deploy for a given application has started.
onDeploymentSuccess(String) - Method in class org.mule.module.launcher.AbstractDeploymentListener
 
onDeploymentSuccess(String) - Method in class org.mule.module.launcher.application.NullDeploymentListener
 
onDeploymentSuccess(String) - Method in class org.mule.module.launcher.ArtifactDeploymentStatusTracker
 
onDeploymentSuccess(String) - Method in class org.mule.module.launcher.CompositeDeploymentListener
 
onDeploymentSuccess(String) - Method in interface org.mule.module.launcher.DeploymentListener
Notifies that a deploy for a given application has successfully finished.
onInitialization(MuleContext) - Method in class org.mule.module.launcher.artifact.MuleContextDeploymentListener
 
onMuleContextConfigured(String, MuleContext) - Method in class org.mule.module.launcher.AbstractDeploymentListener
 
onMuleContextConfigured(String, MuleContext) - Method in class org.mule.module.launcher.application.NullDeploymentListener
 
onMuleContextConfigured(String, MuleContext) - Method in class org.mule.module.launcher.CompositeDeploymentListener
 
onMuleContextConfigured(String, MuleContext) - Method in interface org.mule.module.launcher.DeploymentListener
Notifies the configuration of the MuleContext for a given app.
onMuleContextCreated(String, MuleContext) - Method in class org.mule.module.launcher.AbstractDeploymentListener
 
onMuleContextCreated(String, MuleContext) - Method in class org.mule.module.launcher.application.NullDeploymentListener
 
onMuleContextCreated(String, MuleContext) - Method in class org.mule.module.launcher.CompositeDeploymentListener
 
onMuleContextCreated(String, MuleContext) - Method in interface org.mule.module.launcher.DeploymentListener
Notifies the creation of the MuleContext for a given app.
onMuleContextInitialised(String, MuleContext) - Method in class org.mule.module.launcher.AbstractDeploymentListener
 
onMuleContextInitialised(String, MuleContext) - Method in class org.mule.module.launcher.application.NullDeploymentListener
 
onMuleContextInitialised(String, MuleContext) - Method in class org.mule.module.launcher.CompositeDeploymentListener
 
onMuleContextInitialised(String, MuleContext) - Method in interface org.mule.module.launcher.DeploymentListener
Notifies the initialization of the MuleContext for a given app.
onUndeploymentFailure(String, Throwable) - Method in class org.mule.module.launcher.AbstractDeploymentListener
 
onUndeploymentFailure(String, Throwable) - Method in class org.mule.module.launcher.application.NullDeploymentListener
 
onUndeploymentFailure(String, Throwable) - Method in class org.mule.module.launcher.CompositeDeploymentListener
 
onUndeploymentFailure(String, Throwable) - Method in interface org.mule.module.launcher.DeploymentListener
Notifies that an un-deployment for a given application has finished with a failure.
onUndeploymentStart(String) - Method in class org.mule.module.launcher.AbstractDeploymentListener
 
onUndeploymentStart(String) - Method in class org.mule.module.launcher.application.NullDeploymentListener
 
onUndeploymentStart(String) - Method in class org.mule.module.launcher.CompositeDeploymentListener
 
onUndeploymentStart(String) - Method in interface org.mule.module.launcher.DeploymentListener
Notifies that an un-deployment for a given application has started.
onUndeploymentSuccess(String) - Method in class org.mule.module.launcher.AbstractDeploymentListener
 
onUndeploymentSuccess(String) - Method in class org.mule.module.launcher.application.NullDeploymentListener
 
onUndeploymentSuccess(String) - Method in class org.mule.module.launcher.CompositeDeploymentListener
 
onUndeploymentSuccess(String) - Method in interface org.mule.module.launcher.DeploymentListener
Notifies that an un-deployment for a given application has successfully finished.
org.mule.module.launcher - package org.mule.module.launcher
 
org.mule.module.launcher.application - package org.mule.module.launcher.application
 
org.mule.module.launcher.artifact - package org.mule.module.launcher.artifact
 
org.mule.module.launcher.coreextension - package org.mule.module.launcher.coreextension
 
org.mule.module.launcher.descriptor - package org.mule.module.launcher.descriptor
 
org.mule.module.launcher.domain - package org.mule.module.launcher.domain
 
org.mule.module.launcher.log4j2 - package org.mule.module.launcher.log4j2
 
org.mule.module.launcher.nativelib - package org.mule.module.launcher.nativelib
 
org.mule.module.launcher.plugin - package org.mule.module.launcher.plugin
 
org.mule.module.launcher.util - package org.mule.module.launcher.util
 
overrides - Variable in class org.mule.module.launcher.FineGrainedControlClassLoader
 

P

parse(File, String) - Method in interface org.mule.module.launcher.descriptor.DescriptorParser
 
parse(File, String) - Method in class org.mule.module.launcher.descriptor.PropertiesDescriptorParser
 
parse() - Method in class org.mule.module.launcher.plugin.PluginDescriptorParser
 
parserRegistry - Variable in class org.mule.module.launcher.DefaultAppBloodhound
 
PATH_CLASSES - Static variable in class org.mule.module.launcher.MuleApplicationClassLoader
Classes and resources directory in Mule application.
PATH_LIBRARY - Static variable in class org.mule.module.launcher.MuleApplicationClassLoader
Library directory in Mule application.
PATH_MULE - Static variable in class org.mule.module.launcher.MuleApplicationClassLoader
Directory for standard mule modules and transports
PATH_PER_APP - Static variable in class org.mule.module.launcher.MuleApplicationClassLoader
Sub-directory for per-application mule modules and transports
PerAppCopyNativeLibraryFinder - Class in org.mule.module.launcher.nativelib
* Finds native libraries in an application's lib folder and creates a copy of each found library inside a temporal application folder.
PerAppCopyNativeLibraryFinder(File, File) - Constructor for class org.mule.module.launcher.nativelib.PerAppCopyNativeLibraryFinder
 
PerAppNativeLibraryFinder - Class in org.mule.module.launcher.nativelib
Finds native libraries in an application's lib folder
PerAppNativeLibraryFinder(File) - Constructor for class org.mule.module.launcher.nativelib.PerAppNativeLibraryFinder
 
PluginClassLoaderManager - Interface in org.mule.module.launcher
 
PluginClassLoaderManagerAware - Interface in org.mule.module.launcher
Enables PluginClassLoaderManager injection.
PluginClasspath - Class in org.mule.module.launcher.plugin
Represents a physical classpath of the plugin after it was unpacked/deployed.
PluginClasspath() - Constructor for class org.mule.module.launcher.plugin.PluginClasspath
 
PluginDescriptor - Class in org.mule.module.launcher.plugin
 
PluginDescriptor() - Constructor for class org.mule.module.launcher.plugin.PluginDescriptor
 
PluginDescriptorParser - Class in org.mule.module.launcher.plugin
 
PluginDescriptorParser(ApplicationDescriptor, File) - Constructor for class org.mule.module.launcher.plugin.PluginDescriptorParser
 
PLUGINS_FOLDER - Static variable in class org.mule.module.launcher.MuleFoldersUtil
 
previous() - Method in class org.mule.module.launcher.util.ObservableList.ObservableListIterator
 
previousIndex() - Method in class org.mule.module.launcher.util.ObservableList.ObservableListIterator
 
processOverrides(Set<String>) - Method in class org.mule.module.launcher.FineGrainedControlClassLoader
 
PropertiesDescriptorParser - Class in org.mule.module.launcher.descriptor
 
PropertiesDescriptorParser() - Constructor for class org.mule.module.launcher.descriptor.PropertiesDescriptorParser
 
PROPERTY_CONFIG_BUILDER - Static variable in class org.mule.module.launcher.descriptor.PropertiesDescriptorParser
 
PROPERTY_CONFIG_RESOURCES - Static variable in class org.mule.module.launcher.descriptor.PropertiesDescriptorParser
 
PROPERTY_DOMAIN - Static variable in class org.mule.module.launcher.descriptor.PropertiesDescriptorParser
 
PROPERTY_ENCODING - Static variable in class org.mule.module.launcher.descriptor.PropertiesDescriptorParser
 
PROPERTY_LOADER_OVERRIDE - Static variable in class org.mule.module.launcher.descriptor.PropertiesDescriptorParser
 
PROPERTY_LOADER_OVERRIDE - Static variable in class org.mule.module.launcher.plugin.PluginDescriptorParser
 
PROPERTY_REDEPLOYMENT_ENABLED - Static variable in class org.mule.module.launcher.descriptor.PropertiesDescriptorParser
 
PROPERTY_SCAN_PACKAGES - Static variable in class org.mule.module.launcher.descriptor.PropertiesDescriptorParser
 

R

redeploy(T) - Method in interface org.mule.module.launcher.ArchiveDeployer
 
redeploy(T) - Method in class org.mule.module.launcher.DefaultArchiveDeployer
 
redeploy(String) - Method in interface org.mule.module.launcher.DeploymentService
Undeploys and redeploys an application
redeploy(Domain) - Method in class org.mule.module.launcher.DomainArchiveDeployer
 
redeploy(String) - Method in class org.mule.module.launcher.MuleDeploymentService
 
redeployDomain(String) - Method in interface org.mule.module.launcher.DeploymentService
Undeploys and redeploys a domain
redeployDomain(String) - Method in class org.mule.module.launcher.MuleDeploymentService
 
ReflectionMuleCoreExtensionDependencyDiscoverer - Class in org.mule.module.launcher.coreextension
Discovers dependencies between MuleCoreExtension instances looking for methods annotated with MuleCoreExtensionDependency
ReflectionMuleCoreExtensionDependencyDiscoverer() - Constructor for class org.mule.module.launcher.coreextension.ReflectionMuleCoreExtensionDependencyDiscoverer
 
ReflectionMuleCoreExtensionDependencyResolver - Class in org.mule.module.launcher.coreextension
Resolves dependencies using reflection to inject the required MuleCoreExtension in the dependant instance.
ReflectionMuleCoreExtensionDependencyResolver() - Constructor for class org.mule.module.launcher.coreextension.ReflectionMuleCoreExtensionDependencyResolver
 
ReflectionMuleCoreExtensionDependencyResolver(MuleCoreExtensionDependencyDiscoverer) - Constructor for class org.mule.module.launcher.coreextension.ReflectionMuleCoreExtensionDependencyResolver
 
registerShutdownHook() - Method in class org.mule.module.launcher.MuleContainer
 
release() - Method in class org.mule.module.launcher.artifact.DefaultResourceReleaser
 
release() - Method in interface org.mule.module.launcher.artifact.ResourceReleaser
Attempts to release, during an Artifact undeployment, resources that were not explicitly released and could cause a memory leak.
remove(int) - Method in class org.mule.module.launcher.util.ObservableList
 
remove(Object) - Method in class org.mule.module.launcher.util.ObservableList
 
removeAll(Collection<?>) - Method in class org.mule.module.launcher.util.ObservableList
 
REMOVED - Static variable in class org.mule.module.launcher.util.ElementEvent
 
removeDeploymentListener(DeploymentListener) - Method in class org.mule.module.launcher.CompositeDeploymentListener
 
removeDeploymentListener(DeploymentListener) - Method in interface org.mule.module.launcher.DeploymentListenerManager
 
removeDeploymentListener(DeploymentListener) - Method in class org.mule.module.launcher.MuleDeploymentService
 
removeDomainDeploymentListener(DeploymentListener) - Method in interface org.mule.module.launcher.DomainDeploymentListenerManager
 
removeDomainDeploymentListener(DeploymentListener) - Method in class org.mule.module.launcher.MuleDeploymentService
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.mule.module.launcher.util.ObservableList
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.mule.module.launcher.util.ObservableList
 
removeStartupListener(StartupListener) - Method in interface org.mule.module.launcher.DeploymentService
 
removeStartupListener(StartupListener) - Method in class org.mule.module.launcher.MuleDeploymentService
 
resolveDependencies(Collection<MuleCoreExtension>) - Method in interface org.mule.module.launcher.coreextension.MuleCoreExtensionDependencyResolver
Resolves the dependencies between a given collection of {link MuleCoreExtension}
resolveDependencies(Collection<MuleCoreExtension>) - Method in class org.mule.module.launcher.coreextension.ReflectionMuleCoreExtensionDependencyResolver
 
ResourceReleaser - Interface in org.mule.module.launcher.artifact
Implementations of this class should take care about resources that may leak memory after application undeployment.
retainAll(Collection<?>) - Method in class org.mule.module.launcher.util.ObservableList
 
run() - Method in class org.mule.module.launcher.AbstractFileWatcher
 
run() - Method in class org.mule.module.launcher.DeploymentDirectoryWatcher
 

S

SERVICE_PATH - Static variable in class org.mule.module.launcher.coreextension.ClasspathMuleCoreExtensionDiscoverer
 
set(E) - Method in class org.mule.module.launcher.util.ObservableList.ObservableListIterator
 
set(int, E) - Method in class org.mule.module.launcher.util.ObservableList
 
setAbsoluteResourcePaths(String[]) - Method in class org.mule.module.launcher.descriptor.ApplicationDescriptor
 
setAppDescriptor(ApplicationDescriptor) - Method in class org.mule.module.launcher.plugin.PluginDescriptor
 
setAppFactory(ApplicationFactory) - Method in class org.mule.module.launcher.MuleDeploymentService
 
setApplicationProperties(ApplicationDescriptor, File) - Method in class org.mule.module.launcher.DefaultAppBloodhound
 
setAppName(String) - Method in class org.mule.module.launcher.application.DefaultMuleApplication
 
setAppName(String) - Method in class org.mule.module.launcher.descriptor.ApplicationDescriptor
 
setAppProperties(Map<String, String>) - Method in class org.mule.module.launcher.descriptor.ApplicationDescriptor
 
setArtifactFactory(ArtifactFactory<T>) - Method in interface org.mule.module.launcher.ArchiveDeployer
 
setArtifactFactory(ArtifactFactory<T>) - Method in class org.mule.module.launcher.DefaultArchiveDeployer
 
setArtifactFactory(ArtifactFactory<Domain>) - Method in class org.mule.module.launcher.DomainArchiveDeployer
 
setClasspath(PluginClasspath) - Method in class org.mule.module.launcher.plugin.PluginDescriptor
 
setConfigResources(String[]) - Method in class org.mule.module.launcher.descriptor.ApplicationDescriptor
 
setConfigResourcesFile(File[]) - Method in class org.mule.module.launcher.descriptor.ApplicationDescriptor
 
setConfigurationBuilder(String) - Method in class org.mule.module.launcher.descriptor.ApplicationDescriptor
 
setDeploymentListener(DeploymentListener) - Method in class org.mule.module.launcher.application.DefaultApplicationFactory
 
setDeploymentListener(DeploymentListener) - Method in class org.mule.module.launcher.application.DefaultMuleApplication
 
setDeploymentListener(CompositeDeploymentListener) - Method in interface org.mule.module.launcher.ArchiveDeployer
 
setDeploymentListener(CompositeDeploymentListener) - Method in class org.mule.module.launcher.DefaultArchiveDeployer
 
setDeploymentListener(DeploymentListener) - Method in class org.mule.module.launcher.domain.DefaultDomainFactory
 
setDeploymentListener(DeploymentListener) - Method in class org.mule.module.launcher.domain.DefaultMuleDomain
 
setDeploymentListener(CompositeDeploymentListener) - Method in class org.mule.module.launcher.DomainArchiveDeployer
 
setDeploymentService(DeploymentService) - Method in class org.mule.module.launcher.coreextension.DefaultMuleCoreExtensionManager
 
setDeploymentService(DeploymentService) - Method in interface org.mule.module.launcher.DeploymentServiceAware
 
setDomain(String) - Method in class org.mule.module.launcher.descriptor.ApplicationDescriptor
 
setDomainFactory(DomainFactory) - Method in class org.mule.module.launcher.MuleDeploymentService
 
setEncoding(String) - Method in class org.mule.module.launcher.descriptor.ApplicationDescriptor
 
setLoaderOverride(Set<String>) - Method in class org.mule.module.launcher.descriptor.ApplicationDescriptor
 
setLoaderOverride(Set<String>) - Method in class org.mule.module.launcher.plugin.PluginDescriptor
 
setMuleContext(MuleContext) - Method in class org.mule.module.launcher.application.DefaultMuleApplication
 
setName(String) - Method in class org.mule.module.launcher.plugin.PluginDescriptor
 
setPackagesToScan(String) - Method in class org.mule.module.launcher.descriptor.ApplicationDescriptor
 
setPluginClassLoaderManager(PluginClassLoaderManager) - Method in class org.mule.module.launcher.coreextension.DefaultMuleCoreExtensionManager
 
setPluginClassLoaderManager(PluginClassLoaderManager) - Method in interface org.mule.module.launcher.PluginClassLoaderManagerAware
 
setPlugins(Set<PluginDescriptor>) - Method in class org.mule.module.launcher.descriptor.ApplicationDescriptor
 
setRedeploymentEnabled(boolean) - Method in class org.mule.module.launcher.descriptor.ApplicationDescriptor
 
setResourceReleaserClassLocation(String) - Method in class org.mule.module.launcher.artifact.AbstractArtifactClassLoader
 
setRuntimeClassesDir(URL) - Method in class org.mule.module.launcher.plugin.PluginClasspath
 
setRuntimeLibs(URL[]) - Method in class org.mule.module.launcher.plugin.PluginClasspath
 
setSharedPluginLibs(URL[]) - Method in class org.mule.module.launcher.descriptor.ApplicationDescriptor
 
setStartupPropertiesFile(String) - Static method in class org.mule.module.launcher.MuleContainer
 
showSplashScreen() - Method in class org.mule.module.launcher.MuleContainer
 
shutdown(Throwable) - Method in class org.mule.module.launcher.MuleContainer
Will shut down the server displaying the cause and time of the shutdown
shutdown() - Method in class org.mule.module.launcher.MuleContainer
shutdown the server.
ShutdownListener - Interface in org.mule.module.launcher.artifact
Optional hook, invoked synchronously right before the class loader is disposed and closed.
shutdownListeners - Variable in class org.mule.module.launcher.artifact.AbstractArtifactClassLoader
 
size() - Method in class org.mule.module.launcher.util.ObservableList
 
start() - Method in class org.mule.module.launcher.application.DefaultMuleApplication
 
start() - Method in interface org.mule.module.launcher.artifact.Artifact
Starts the artifact execution
start() - Method in class org.mule.module.launcher.artifact.ArtifactWrapper
 
start() - Method in class org.mule.module.launcher.coreextension.DefaultMuleCoreExtensionManager
 
start() - Method in class org.mule.module.launcher.DeploymentDirectoryWatcher
Starts the process of deployment / undeployment of artifact.
start() - Method in interface org.mule.module.launcher.DeploymentService
 
start() - Method in class org.mule.module.launcher.domain.DefaultMuleDomain
 
start(boolean) - Method in class org.mule.module.launcher.MuleContainer
 
start() - Method in class org.mule.module.launcher.MuleDeploymentService
 
StartupListener - Interface in org.mule.module.launcher
Notifies when all mule apps has been started
StartupSummaryDeploymentListener - Class in org.mule.module.launcher
Prints application status summary table on Mule startup.
StartupSummaryDeploymentListener(DeploymentStatusTracker, DeploymentService) - Constructor for class org.mule.module.launcher.StartupSummaryDeploymentListener
 
stop() - Method in class org.mule.module.launcher.application.DefaultMuleApplication
 
stop() - Method in interface org.mule.module.launcher.artifact.Artifact
Stops the artifact execution
stop() - Method in class org.mule.module.launcher.artifact.ArtifactWrapper
 
stop() - Method in class org.mule.module.launcher.coreextension.DefaultMuleCoreExtensionManager
 
stop() - Method in class org.mule.module.launcher.DeploymentDirectoryWatcher
Stops the deployment scan service.
stop() - Method in interface org.mule.module.launcher.DeploymentService
 
stop() - Method in class org.mule.module.launcher.domain.DefaultMuleDomain
 
stop() - Method in class org.mule.module.launcher.MuleContainer
 
stop() - Method in class org.mule.module.launcher.MuleDeploymentService
 
subList(int, int) - Method in class org.mule.module.launcher.util.ObservableList
 
SYSTEM_PROPERTY_OVERRIDE - Static variable in class org.mule.module.launcher.DefaultAppBloodhound
 
systemPackages - Variable in class org.mule.module.launcher.FineGrainedControlClassLoader
 

T

toAbsoluteFile(String, String) - Method in class org.mule.module.launcher.descriptor.PropertiesDescriptorParser
Resolve a resource relative to an application root.
toArray() - Method in class org.mule.module.launcher.util.ObservableList
 
toArray(Object[]) - Method in class org.mule.module.launcher.util.ObservableList
 
toString() - Method in class org.mule.module.launcher.application.ApplicationWrapper
 
toString() - Method in class org.mule.module.launcher.application.DefaultMuleApplication
 
toString() - Method in class org.mule.module.launcher.application.EnumerationAdapter
 
toString() - Method in class org.mule.module.launcher.artifact.ArtifactWrapper
 
toString() - Method in class org.mule.module.launcher.MuleApplicationClassLoader
 
toString() - Method in class org.mule.module.launcher.MuleSharedDomainClassLoader
 
toURLs() - Method in class org.mule.module.launcher.plugin.PluginClasspath
 
tracker - Variable in class org.mule.module.launcher.StartupSummaryDeploymentListener
 

U

undeploy(T) - Method in interface org.mule.module.launcher.ArtifactDeployer
Undeploys an artifact.
undeploy(Artifact) - Method in class org.mule.module.launcher.DefaultArtifactDeployer
 
undeploy(String) - Method in interface org.mule.module.launcher.DeploymentService
Undeploys an application from the mule container
undeploy(String) - Method in class org.mule.module.launcher.MuleDeploymentService
 
undeployArtifact(String) - Method in interface org.mule.module.launcher.ArchiveDeployer
 
undeployArtifact(String) - Method in class org.mule.module.launcher.DefaultArchiveDeployer
 
undeployArtifact(String) - Method in class org.mule.module.launcher.DomainArchiveDeployer
Undeploys a domain.
undeployArtifactWithoutUninstall(T) - Method in interface org.mule.module.launcher.ArchiveDeployer
 
undeployArtifactWithoutUninstall(T) - Method in class org.mule.module.launcher.DefaultArchiveDeployer
 
undeployArtifactWithoutUninstall(Domain) - Method in class org.mule.module.launcher.DomainArchiveDeployer
 
undeployDomain(String) - Method in interface org.mule.module.launcher.DeploymentService
Undeploys a domain from the mule container
undeployDomain(String) - Method in class org.mule.module.launcher.MuleDeploymentService
 
unregisterShutdownHook() - Method in class org.mule.module.launcher.MuleContainer
 
UnresolveableDependencyException - Exception in org.mule.module.launcher.coreextension
Thrown to indicate that a mule core extension dependency was not successfully resolved.
UnresolveableDependencyException(String) - Constructor for exception org.mule.module.launcher.coreextension.UnresolveableDependencyException
 
UPDATED - Static variable in class org.mule.module.launcher.util.ElementEvent
 

V

validateAndGetDomainFolders() - Method in class org.mule.module.launcher.MuleSharedDomainClassLoader
 
valueOf(String) - Static method in enum org.mule.module.launcher.application.ApplicationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.module.launcher.ArtifactDeploymentStatusTracker.DeploymentState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mule.module.launcher.application.ApplicationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.module.launcher.ArtifactDeploymentStatusTracker.DeploymentState
Returns an array containing the constants of this enum type, in the order they are declared.

Z

ZIP_ARTIFACT_FILTER - Static variable in class org.mule.module.launcher.DeploymentDirectoryWatcher
 
ZIP_ARTIFACT_FILTER - Static variable in class org.mule.module.launcher.MuleDeploymentService
 
ZIP_FILE_SUFFIX - Static variable in class org.mule.module.launcher.DefaultArchiveDeployer
 
A B C D E F G H I J L M N O P R S T U V Z 

Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.