|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LifecyclePhase | |
|---|---|
| org.mule.lifecycle | |
| org.mule.lifecycle.phases | |
| org.mule.service | |
| Uses of LifecyclePhase in org.mule.lifecycle |
|---|
| Fields in org.mule.lifecycle with type parameters of type LifecyclePhase | |
|---|---|
protected Map<String,LifecyclePhase> |
RegistryLifecycleManager.phases
|
| Methods in org.mule.lifecycle with parameters of type LifecyclePhase | |
|---|---|
protected void |
RegistryLifecycleManager.registerPhase(String phaseName,
LifecyclePhase phase)
|
protected void |
RegistryLifecycleManager.registerPhase(String phaseName,
LifecyclePhase phase,
LifecycleCallback callback)
|
| Constructor parameters in org.mule.lifecycle with type arguments of type LifecyclePhase | |
|---|---|
RegistryLifecycleManager(String id,
Registry object,
Map<String,LifecyclePhase> phases)
|
|
| Uses of LifecyclePhase in org.mule.lifecycle.phases |
|---|
| Classes in org.mule.lifecycle.phases that implement LifecyclePhase | |
|---|---|
class |
ContainerManagedLifecyclePhase
A container-managed lifecycle phase is called by the container itself. |
class |
DefaultLifecyclePhase
Represents a configurable lifecycle phase. |
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
The MuleContextInitialisePhase defines the lifecycle behaviour when the Mule context is initialised. |
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. |
| Uses of LifecyclePhase in org.mule.service |
|---|
| Classes in org.mule.service that implement LifecyclePhase | |
|---|---|
class |
PausePhase
Defines a phase phase that will invoke the Pausable.pause() method on an object. |
class |
ResumePhase
Resume phase happens only alfter a pause phase. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||