|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LifecyclePhase | |
|---|---|
| org.mule.api.lifecycle | Lifecycle interfaces for all Components. |
| org.mule.lifecycle | |
| org.mule.lifecycle.phases | |
| Uses of LifecyclePhase in org.mule.api.lifecycle |
|---|
| Methods in org.mule.api.lifecycle that return LifecyclePhase | |
|---|---|
LifecyclePhase |
LifecycleManager.applyPhase(Registry registry,
String phase)
Applies lifecycle phase to a collection of objects. |
| Methods in org.mule.api.lifecycle that return types with arguments of type LifecyclePhase | |
|---|---|
Set<LifecyclePhase> |
LifecycleManager.getLifecycles()
|
| Methods in org.mule.api.lifecycle with parameters of type LifecyclePhase | |
|---|---|
void |
LifecycleManager.registerLifecycle(LifecyclePhase lci)
|
| Method parameters in org.mule.api.lifecycle with type arguments of type LifecyclePhase | |
|---|---|
void |
LifecycleManager.setLifecycles(Set<LifecyclePhase> lifecycles)
|
| Uses of LifecyclePhase in org.mule.lifecycle |
|---|
| Classes in org.mule.lifecycle that implement LifecyclePhase | |
|---|---|
class |
ContainerManagedLifecyclePhase
A container-managed lifecycle phase is called by the container itself. |
class |
DefaultLifecyclePhase
Represents a configurable lifecycle phase. |
| Methods in org.mule.lifecycle that return LifecyclePhase | |
|---|---|
LifecyclePhase |
GenericLifecycleManager.applyPhase(Registry registry,
String phase)
|
protected LifecyclePhase |
GenericLifecycleManager.lookupPhase(String phase)
|
| Methods in org.mule.lifecycle that return types with arguments of type LifecyclePhase | |
|---|---|
Set<LifecyclePhase> |
GenericLifecycleManager.getLifecycles()
|
| Methods in org.mule.lifecycle with parameters of type LifecyclePhase | |
|---|---|
void |
GenericLifecycleManager.registerLifecycle(LifecyclePhase phase)
|
protected void |
GenericLifecycleManager.setCurrentPhase(LifecyclePhase phase)
|
| Method parameters in org.mule.lifecycle with type arguments of type LifecyclePhase | |
|---|---|
void |
GenericLifecycleManager.setLifecycles(Set<LifecyclePhase> lifecycles)
|
| Uses of LifecyclePhase in org.mule.lifecycle.phases |
|---|
| Classes in org.mule.lifecycle.phases that implement LifecyclePhase | |
|---|---|
class |
MuleContextDisposePhase
Objects are disposed of via the Registry since the Registry manages the creation/initialisation of the objects it must also take care of disposing them. |
class |
MuleContextInitialisePhase
Since all objects are created and initialised in the registry, the Initialise lifecyclePhase is always taken care of by the Registry, hence this class extends ContainerManagedLifecyclePhase |
class |
MuleContextStartPhase
The Start phase for the MuleContext. |
class |
MuleContextStopPhase
The Stop phase for the Management context LifecycleManager. |
class |
NotInLifecyclePhase
This lifecycle phase marks the 'pre-lifecycle' phase of an object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||