| Package | Description |
|---|---|
| org.mule.module.launcher | |
| org.mule.module.launcher.application | |
| org.mule.module.launcher.domain |
| Modifier and Type | Method and Description |
|---|---|
Domain |
DomainArchiveDeployer.deployExplodedArtifact(String artifactDir) |
Domain |
DomainArchiveDeployer.deployPackagedArtifact(String zip) |
Domain |
DomainArchiveDeployer.deployPackagedArtifact(URL artifactAchivedUrl) |
Domain |
MuleDeploymentService.findDomain(String domainName) |
Domain |
DeploymentService.findDomain(String domainName) |
| Modifier and Type | Method and Description |
|---|---|
List<Domain> |
MuleDeploymentService.getDomains() |
List<Domain> |
DeploymentService.getDomains() |
| Modifier and Type | Method and Description |
|---|---|
void |
DomainArchiveDeployer.deployArtifact(Domain artifact) |
void |
DomainArchiveDeployer.redeploy(Domain artifact) |
void |
DomainArchiveDeployer.undeployArtifactWithoutUninstall(Domain artifact) |
| Modifier and Type | Method and Description |
|---|---|
void |
DomainArchiveDeployer.setArtifactFactory(ArtifactFactory<Domain> artifactFactory) |
| Constructor and Description |
|---|
DeploymentDirectoryWatcher(ArchiveDeployer<Domain> domainArchiveDeployer,
ArchiveDeployer<Application> applicationArchiveDeployer,
ObservableList<Domain> domains,
ObservableList<Application> applications,
ReentrantLock deploymentLock) |
DeploymentDirectoryWatcher(ArchiveDeployer<Domain> domainArchiveDeployer,
ArchiveDeployer<Application> applicationArchiveDeployer,
ObservableList<Domain> domains,
ObservableList<Application> applications,
ReentrantLock deploymentLock) |
DomainArchiveDeployer(ArchiveDeployer<Domain> domainDeployer,
ArchiveDeployer<Application> applicationDeployer,
ArtifactDeployer<Application> applicationArtifactDeployer,
DeploymentService deploymentService) |
| Modifier and Type | Method and Description |
|---|---|
Domain |
DefaultMuleApplication.getDomain() |
Domain |
Application.getDomain() |
Domain |
ApplicationWrapper.getDomain() |
| Constructor and Description |
|---|
DefaultMuleApplication(ApplicationDescriptor descriptor,
ApplicationClassLoaderFactory applicationClassLoaderFactory,
Domain domain) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMuleDomain |
class |
DomainWrapper
Domain wrapper used to notify domain factory that a domain has been disposed.
|
| Modifier and Type | Method and Description |
|---|---|
Domain |
DefaultDomainFactory.createArtifact(String artifactName) |
Domain |
DomainFactory.createDefaultDomain() |
Domain |
DefaultDomainFactory.createDefaultDomain() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultDomainFactory.dispose(Domain domain) |
| Constructor and Description |
|---|
DomainWrapper(Domain delegate,
DefaultDomainFactory domainFactory) |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.