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 DeploymentService.findApplication(String appName)
          Find an active application.
 Application MuleDeployer.installFrom(URL url)
           
 Application DefaultMuleDeployer.installFrom(URL url)
           
 Application MuleDeployer.installFromAppDir(String packedMuleAppFileName)
          Installs packaged Mule apps from $MULE_HOME/apps directory.
 Application DefaultMuleDeployer.installFromAppDir(String packedMuleAppFileName)
           
 

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

Methods in org.mule.module.launcher with parameters of type Application
 void MuleDeployer.deploy(Application app)
           
 void DefaultMuleDeployer.deploy(Application app)
           
 void DeploymentService.onApplicationInstalled(Application a)
           
 void MuleDeployer.undeploy(Application app)
           
protected  void DeploymentService.undeploy(Application app)
           
 void DefaultMuleDeployer.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
           
 class PriviledgedMuleApplication
           
 

Methods in org.mule.module.launcher.application that return Application
 Application ApplicationFactory.createApp(String appName)
           
 Application ApplicationWrapper.getDelegate()
           
 

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



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