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

Packages that use Application
org.mule.module.launcher   
org.mule.module.launcher.application   
 

Uses of Application in org.mule.module.launcher
 

Methods in org.mule.module.launcher that return Application
 Application MuleDeploymentService.findApplication(String appName)
           
 Application DeploymentService.findApplication(String appName)
          Finds an active application by name.
 Application DefaultMuleDeployer.installFrom(URL url)
           
 Application MuleDeployer.installFrom(URL url)
           
 Application DefaultMuleDeployer.installFromAppDir(String packedMuleAppFileName)
           
 Application MuleDeployer.installFromAppDir(String packedMuleAppFileName)
          Installs packaged Mule apps from $MULE_HOME/apps directory.
 

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

Methods in org.mule.module.launcher with parameters of type Application
 void DefaultMuleDeployer.deploy(Application app)
           
 void MuleDeployer.deploy(Application app)
           
protected  void MuleDeploymentService.onApplicationInstalled(Application a)
           
protected  void MuleDeploymentService.undeploy(Application app)
           
 void DefaultMuleDeployer.undeploy(Application app)
           
 void MuleDeployer.undeploy(Application app)
           
 

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
 Application ApplicationFactory.createApp(String appName)
          Creates an application
 Application DefaultApplicationFactory.createApp(String appName)
           
protected  Application DefaultApplicationFactory.createAppFrom(ApplicationDescriptor descriptor)
           
 Application ApplicationWrapper.getDelegate()
           
 

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



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