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 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> DeploymentService.getApplications()
           
 

Methods in org.mule.module.launcher with parameters of type Application
 void DefaultMuleDeployer.deploy(Application app)
           
 void MuleDeployer.deploy(Application app)
           
 void DeploymentService.onApplicationInstalled(Application a)
           
 void DefaultMuleDeployer.undeploy(Application app)
           
 void MuleDeployer.undeploy(Application app)
           
protected  void DeploymentService.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)
          Creates an application
 Application DefaultApplicationFactory.createApp(String appName)
           
protected  Application DefaultApplicationFactory.createAppFrom(ApplicationDescriptor descriptor)
           
protected  Application PrivilegedApplicationFactory.createAppFrom(ApplicationDescriptor descriptor)
           
protected  Application PrivilegedApplicationFactory.createPriviledgedApp(ApplicationDescriptor descriptor)
           
 Application ApplicationWrapper.getDelegate()
           
 

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



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