Package | Description |
---|---|
org.mule.api.lifecycle |
Lifecycle interfaces for all UMOcomponents.
|
org.mule.lifecycle | |
org.mule.lifecycle.phases |
Modifier and Type | Method and Description |
---|---|
void |
LifecycleManager.registerLifecycle(LifecyclePhase lci) |
Modifier and Type | Class and Description |
---|---|
class |
ContainerManagedLifecyclePhase
A container-managed lifecycle phase is called by the container itself.
|
class |
DefaultLifecyclePhase
Represents a configurable lifecycle phase.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericLifecycleManager.registerLifecycle(LifecyclePhase lci) |
protected void |
GenericLifecycleManager.setCurrentPhase(LifecyclePhase phase) |
Modifier and Type | Class and Description |
---|---|
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 Management context LifecycleManager.
|
class |
MuleContextStopPhase
The Stop phase for the Management context LifecycleManager.
|
class |
NotInLifecyclePhase
This lifecycle phase marks the 'pre-lifecycle' phase of an object.
|
class |
TransientRegistryDisposePhase
The Dispose phase for the TransientRegistry LifecycleManager.
|
class |
TransientRegistryInitialisePhase
The Initialise phase for the TransientRegistry LifecycleManager.
|
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.