Uses of Interface
org.mule.module.launcher.application.Application

Packages that use Application
org.mule.module.launcher   
org.mule.module.launcher.application   
org.mule.module.launcher.domain   
org.mule.test.infrastructure.deployment   
 

Uses of Application in org.mule.module.launcher
 

Methods in org.mule.module.launcher that return Application
 Application DeploymentService.findApplication(String appName)
          Finds an active application by name.
 Application MuleDeploymentService.findApplication(String appName)
           
 

Methods in org.mule.module.launcher that return types with arguments of type Application
 List<Application> DeploymentService.getApplications()
          Lists all deployed applications.
 List<Application> MuleDeploymentService.getApplications()
           
 

Constructor parameters in org.mule.module.launcher with type arguments of type Application
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)
           
 

Uses of Application in org.mule.module.launcher.application
 

Classes in org.mule.module.launcher.application that implement Application
 class ApplicationWrapper
          Decorates the target deployer to properly switch out context classloader for deployment one where applicable.
 class DefaultMuleApplication
           
 

Methods in org.mule.module.launcher.application that return Application
protected  Application DefaultApplicationFactory.createAppFrom(ApplicationDescriptor descriptor)
           
 Application ApplicationFactory.createArtifact(String artifactName)
          Creates an application
 Application DefaultApplicationFactory.createArtifact(String appName)
           
 Application ApplicationWrapper.getDelegate()
           
 

Constructors in org.mule.module.launcher.application with parameters of type Application
ApplicationWrapper(Application delegate)
           
 

Uses of Application in org.mule.module.launcher.domain
 

Methods in org.mule.module.launcher.domain with parameters of type Application
 ConfigurationBuilder DomainWrapper.createApplicationConfigurationBuilder(Application application)
           
 ConfigurationBuilder Domain.createApplicationConfigurationBuilder(Application application)
          Creates a ConfigurationBuilder for a certain application which is going to be configured to use the correct domain.
 ConfigurationBuilder DefaultMuleDomain.createApplicationConfigurationBuilder(Application application)
           
protected  String DefaultMuleDomain.determineConfigBuilderClassNameForApplication(Application defaultMuleApplication)
           
 

Uses of Application in org.mule.test.infrastructure.deployment
 

Methods in org.mule.test.infrastructure.deployment that return Application
 Application FakeMuleServer.findApplication(String appName)
          Finds deployed application by name.
 



Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.