org.mule.module.launcher
Interface Application

All Known Implementing Classes:
ApplicationWrapper, DefaultMuleApplication

public interface Application


Method Summary
 void dispose()
           
 java.lang.String getAppName()
           
 java.lang.ClassLoader getDeploymentClassLoader()
           
 MuleContext getMuleContext()
           
 void init()
           
 void install()
           
 void redeploy()
           
 void start()
           
 void stop()
           
 

Method Detail

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.