|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LifecyclePair | |
|---|---|
| org.mule.api.lifecycle | Lifecycle interfaces for all Components. |
| org.mule.config.spring | Support claases for Load Mule from Spring. |
| org.mule.lifecycle | |
| org.mule.registry | |
| Uses of LifecyclePair in org.mule.api.lifecycle |
|---|
| Methods in org.mule.api.lifecycle that return types with arguments of type LifecyclePair | |
|---|---|
List<LifecyclePair> |
LifecycleManager.getLifecyclePairs()
The lifecycle pairs that will be invoked by this lifecycle manager |
| Methods in org.mule.api.lifecycle with parameters of type LifecyclePair | |
|---|---|
void |
LifecycleManager.registerLifecycle(LifecyclePair lifecyclePair)
Register a lifecycle pair that will be invoked by this lifecycle manager The order in which the lifecycle pairs are registered will be the order in which the life cycle phases will be invoked the getBegin() phases will be called in order, the
getEnd() will be called in opposite order. |
| Method parameters in org.mule.api.lifecycle with type arguments of type LifecyclePair | |
|---|---|
void |
LifecycleManager.setLifecyclePairs(List<LifecyclePair> lifecyclePairs)
The lifecycle pairs that will be invoked by this lifecycle manager The order the list will be the order in which the life cycle phases will be invoked the getBegin() phases will be called in order, the
getEnd() will be called in opposite order. |
| Uses of LifecyclePair in org.mule.config.spring |
|---|
| Method parameters in org.mule.config.spring with type arguments of type LifecyclePair | |
|---|---|
protected LifecycleManager |
SpringRegistry.createLifecycleManager(List<LifecyclePair> lifecyclePairs)
|
| Uses of LifecyclePair in org.mule.lifecycle |
|---|
| Classes in org.mule.lifecycle that implement LifecyclePair | |
|---|---|
class |
DefaultLifecyclePair
A coupling of two opposite LifecyclePhase instances such as initialise and dispose or start and stop
Mule treats lifecycle in pairs in order to return system state to a level consistency when an opposite lifecycle method is called. |
| Fields in org.mule.lifecycle with type parameters of type LifecyclePair | |
|---|---|
protected List<LifecyclePair> |
RegistryLifecycleManager.lifecyclePairs
|
| Methods in org.mule.lifecycle that return types with arguments of type LifecyclePair | |
|---|---|
List<LifecyclePair> |
RegistryLifecycleManager.getLifecyclePairs()
|
| Methods in org.mule.lifecycle with parameters of type LifecyclePair | |
|---|---|
void |
RegistryLifecycleManager.registerLifecycle(LifecyclePair lifecyclePair)
|
| Method parameters in org.mule.lifecycle with type arguments of type LifecyclePair | |
|---|---|
void |
RegistryLifecycleManager.setLifecyclePairs(List<LifecyclePair> lifecyclePairs)
|
| Uses of LifecyclePair in org.mule.registry |
|---|
| Method parameters in org.mule.registry with type arguments of type LifecyclePair | |
|---|---|
protected LifecycleManager |
AbstractRegistry.createLifecycleManager(List<LifecyclePair> lifecyclePairs)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||