public interface LifecyclePhase
| Modifier and Type | Field and Description |
|---|---|
static String |
ALL_PHASES |
| Modifier and Type | Method and Description |
|---|---|
void |
addOrderedLifecycleObject(LifecycleObject lco) |
void |
applyLifecycle(Object o) |
void |
fireLifecycle(MuleContext muleContext,
String currentPhase) |
Class[] |
getIgnoredObjectTypes() |
Class |
getLifecycleClass() |
String |
getName() |
String |
getOppositeLifecyclePhase() |
Set |
getOrderedLifecycleObjects() |
int |
getRegistryScope() |
Set |
getSupportedPhases() |
boolean |
isPhaseSupported(String phase) |
void |
registerSupportedPhase(String phase) |
void |
removeOrderedLifecycleObject(LifecycleObject lco) |
void |
setIgnoredObjectTypes(Class[] ignorredObjectTypes) |
void |
setLifecycleClass(Class lifecycleClass) |
void |
setOrderedLifecycleObjects(Set orderedLifecycleObjects) |
void |
setRegistryScope(int registryScope) |
void |
setSupportedPhases(Set supportedPhases) |
static final String ALL_PHASES
void fireLifecycle(MuleContext muleContext, String currentPhase) throws MuleException
MuleExceptionvoid addOrderedLifecycleObject(LifecycleObject lco)
void removeOrderedLifecycleObject(LifecycleObject lco)
Set getOrderedLifecycleObjects()
void setOrderedLifecycleObjects(Set orderedLifecycleObjects)
Class[] getIgnoredObjectTypes()
void setIgnoredObjectTypes(Class[] ignorredObjectTypes)
Class getLifecycleClass()
void setLifecycleClass(Class lifecycleClass)
String getName()
Set getSupportedPhases()
void setSupportedPhases(Set supportedPhases)
void registerSupportedPhase(String phase)
boolean isPhaseSupported(String phase)
void applyLifecycle(Object o) throws LifecycleException
LifecycleExceptionint getRegistryScope()
void setRegistryScope(int registryScope)
String getOppositeLifecyclePhase()
Copyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.