org.mule.module.launcher.application
Interface Application

All Superinterfaces:
Artifact
All Known Implementing Classes:
ApplicationWrapper, DefaultMuleApplication

public interface Application
extends Artifact


Method Summary
 ApplicationDescriptor getDescriptor()
           
 MuleContext getMuleContext()
           
 ApplicationStatus getStatus()
           
 
Methods inherited from interface org.mule.module.launcher.artifact.Artifact
dispose, getArtifactClassLoader, getArtifactName, getResourceFiles, init, install, start, stop
 

Method Detail

getMuleContext

MuleContext getMuleContext()
Specified by:
getMuleContext in interface Artifact
Returns:
MuleContext created from the artifact configurations files.

getDescriptor

ApplicationDescriptor getDescriptor()

getStatus

ApplicationStatus getStatus()
Returns:
the current status of the application


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