public interface LifecycleManager
| Modifier and Type | Method and Description |
|---|---|
void |
applyLifecycle(MuleContext muleContext,
Object object) |
void |
checkPhase(String name) |
void |
firePhase(MuleContext muleContext,
String phase) |
String |
getCurrentPhase() |
String |
getExecutingPhase() |
Set |
getLifecycles() |
boolean |
isPhaseComplete(String phaseName) |
void |
registerLifecycle(LifecyclePhase lci) |
void |
reset() |
void |
setLifecycles(Set lifecycles) |
Set getLifecycles()
void setLifecycles(Set lifecycles)
void registerLifecycle(LifecyclePhase lci)
void firePhase(MuleContext muleContext, String phase) throws MuleException
MuleExceptionString getCurrentPhase()
String getExecutingPhase()
void reset()
boolean isPhaseComplete(String phaseName)
void applyLifecycle(MuleContext muleContext, Object object) throws MuleException
MuleExceptionvoid checkPhase(String name) throws IllegalStateException
IllegalStateExceptionCopyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.