org.mule.module.launcher
Interface Application
- All Known Implementing Classes:
- ApplicationWrapper, DefaultMuleApplication
public interface Application
install
void install()
throws InstallException
- Throws:
InstallException
init
void init()
start
void start()
throws DeploymentStartException
- Throws:
DeploymentStartException
stop
void stop()
dispose
void dispose()
redeploy
void redeploy()
getMuleContext
MuleContext getMuleContext()
getDeploymentClassLoader
java.lang.ClassLoader getDeploymentClassLoader()
- Returns:
- a classloader associated with this deployment
getAppName
java.lang.String getAppName()
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.