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

Packages that use Application
org.mule.module.launcher   
 

Uses of Application in org.mule.module.launcher
 

Classes in org.mule.module.launcher 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 that return Application
 Application DefaultMuleDeployer.installFrom(java.net.URL url)
           
 Application MuleDeployer.installFrom(java.net.URL url)
           
 Application DefaultMuleDeployer.installFromAppDir(java.lang.String packedMuleAppFileName)
           
 Application MuleDeployer.installFromAppDir(java.lang.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
 java.util.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 DefaultMuleDeployer.undeploy(Application app)
           
 void MuleDeployer.undeploy(Application app)
           
 

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



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