|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LifecycleObject | |
---|---|
org.mule.api.lifecycle | Lifecycle interfaces for all UMOcomponents. |
org.mule.lifecycle | |
org.mule.lifecycle.phases |
Uses of LifecycleObject in org.mule.api.lifecycle |
---|
Methods in org.mule.api.lifecycle with parameters of type LifecycleObject | |
---|---|
void |
LifecyclePhase.addOrderedLifecycleObject(LifecycleObject lco)
|
void |
LifecyclePhase.removeOrderedLifecycleObject(LifecycleObject lco)
|
Uses of LifecycleObject in org.mule.lifecycle |
---|
Subclasses of LifecycleObject in org.mule.lifecycle | |
---|---|
class |
NotificationLifecycleObject
TODO |
Methods in org.mule.lifecycle with parameters of type LifecycleObject | |
---|---|
void |
DefaultLifecyclePhase.addOrderedLifecycleObject(LifecycleObject lco)
|
void |
DefaultLifecyclePhase.removeOrderedLifecycleObject(LifecycleObject lco)
|
protected List |
DefaultLifecyclePhase.sortLifecycleInstances(Collection objects,
LifecycleObject lo)
Subclasses can override this method to order objects before
the lifecycle method is applied to them. |
Uses of LifecycleObject in org.mule.lifecycle.phases |
---|
Methods in org.mule.lifecycle.phases with parameters of type LifecycleObject | |
---|---|
protected List |
MuleContextStartPhase.sortLifecycleInstances(Collection objects,
LifecycleObject lo)
Make sure that the agents are started up in proper order. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |