| Package | Description |
|---|---|
| org.mule.module.launcher | |
| org.mule.module.launcher.application | |
| org.mule.module.launcher.domain |
| Modifier and Type | Method and Description |
|---|---|
Application |
MuleDeploymentService.findApplication(String appName) |
Application |
DeploymentService.findApplication(String appName)
Finds an active application by name.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Application> |
MuleDeploymentService.findDomainApplications(String domain) |
Collection<Application> |
DeploymentService.findDomainApplications(String domain) |
List<Application> |
MuleDeploymentService.getApplications() |
List<Application> |
DeploymentService.getApplications()
Lists all applications that are deployed, starting or failed to start
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationWrapper
Decorates the target deployer to properly switch out context classloader for deployment
one where applicable.
|
class |
DefaultMuleApplication |
| Modifier and Type | Method and Description |
|---|---|
protected Application |
DefaultApplicationFactory.createAppFrom(ApplicationDescriptor descriptor) |
Application |
ApplicationFactory.createArtifact(String artifactName)
Creates an application
|
Application |
DefaultApplicationFactory.createArtifact(String appName) |
Application |
ApplicationWrapper.getDelegate() |
| Constructor and Description |
|---|
ApplicationWrapper(Application delegate) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationBuilder |
Domain.createApplicationConfigurationBuilder(Application application)
Creates a
ConfigurationBuilder for a certain application which is going to be configured
to use the correct domain. |
ConfigurationBuilder |
DomainWrapper.createApplicationConfigurationBuilder(Application application) |
ConfigurationBuilder |
DefaultMuleDomain.createApplicationConfigurationBuilder(Application application) |
protected String |
DefaultMuleDomain.determineConfigBuilderClassNameForApplication(Application defaultMuleApplication) |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.