public class ApplicationWrapper extends DeployableArtifactWrapper<Application,ApplicationDescriptor> implements Application
| Modifier | Constructor and Description |
|---|---|
protected |
ApplicationWrapper(Application delegate) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppName() |
org.mule.runtime.api.connectivity.ConnectivityTestingService |
getConnectivityTestingService() |
Application |
getDelegate() |
Domain |
getDomain() |
File |
getLocation() |
org.mule.runtime.api.metadata.MetadataService |
getMetadataService() |
ApplicationPolicyManager |
getPolicyManager() |
RegionClassLoader |
getRegionClassLoader() |
org.mule.runtime.api.artifact.Registry |
getRegistry() |
ApplicationStatus |
getStatus() |
org.mule.runtime.api.value.ValueProviderService |
getValueProviderService() |
String |
toString() |
dispose, getArtifactClassLoader, getArtifactId, getArtifactName, getArtifactPlugins, getDescriptor, getResourceFiles, init, install, lazyInit, lazyInit, setMuleContextListener, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdispose, getArtifactPlugins, getDescriptor, init, install, lazyInit, lazyInit, setMuleContextListener, start, stopgetArtifactClassLoader, getArtifactId, getArtifactName, getResourceFilesprotected ApplicationWrapper(Application delegate) throws IOException
IOExceptionpublic String getAppName()
getAppName in class DeployableArtifactWrapper<Application,ApplicationDescriptor>public org.mule.runtime.api.artifact.Registry getRegistry()
getRegistry in interface DeployableArtifact<ApplicationDescriptor>getRegistry in class DeployableArtifactWrapper<Application,ApplicationDescriptor>public Domain getDomain()
getDomain in interface Applicationpublic ApplicationStatus getStatus()
getStatus in interface Applicationpublic RegionClassLoader getRegionClassLoader()
getRegionClassLoader in interface RegionOwnerArtifactpublic ApplicationPolicyManager getPolicyManager()
getPolicyManager in interface Applicationpublic String toString()
toString in class DeployableArtifactWrapper<Application,ApplicationDescriptor>public Application getDelegate()
getDelegate in class DeployableArtifactWrapper<Application,ApplicationDescriptor>public File getLocation()
getLocation in interface DeployableArtifact<ApplicationDescriptor>getLocation in class DeployableArtifactWrapper<Application,ApplicationDescriptor>public org.mule.runtime.api.connectivity.ConnectivityTestingService getConnectivityTestingService()
getConnectivityTestingService in interface DeployableArtifact<ApplicationDescriptor>getConnectivityTestingService in class DeployableArtifactWrapper<Application,ApplicationDescriptor>public org.mule.runtime.api.metadata.MetadataService getMetadataService()
getMetadataService in interface DeployableArtifact<ApplicationDescriptor>getMetadataService in class DeployableArtifactWrapper<Application,ApplicationDescriptor>public org.mule.runtime.api.value.ValueProviderService getValueProviderService()
getValueProviderService in interface DeployableArtifact<ApplicationDescriptor>getValueProviderService in class DeployableArtifactWrapper<Application,ApplicationDescriptor>Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.