public interface Domain extends DeployableArtifact<DomainDescriptor>
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.| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_DOMAIN_NAME
Name of the default domain
|
static String |
DOMAIN_CONFIG_FILE
Domain configuration file name
|
static String |
DOMAIN_CONFIG_FILE_LOCATION
Domain configuration file location within domain package
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsSharedResources() |
MuleContext |
getMuleContext() |
dispose, getConnectivityTestingService, getLocation, getMetadataService, init, install, lazyInit, start, stopgetArtifactClassLoader, getArtifactId, getArtifactName, getDescriptor, getResourceFilesstatic final String DOMAIN_CONFIG_FILE
static final String DOMAIN_CONFIG_FILE_LOCATION
static final String DEFAULT_DOMAIN_NAME
boolean containsSharedResources()
MuleContext getMuleContext()
getMuleContext in interface DeployableArtifact<DomainDescriptor>Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.