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
MuleException
String getCurrentPhase()
String getExecutingPhase()
void reset()
boolean isPhaseComplete(String phaseName)
void applyLifecycle(MuleContext muleContext, Object object) throws MuleException
MuleException
void checkPhase(String name) throws IllegalStateException
IllegalStateException
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.