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 |
LifecyclePhase.addOrderedLifecycleObject(LifecycleObject lco) |
void |
LifecyclePhase.removeOrderedLifecycleObject(LifecycleObject lco) |
Modifier and Type | Class and Description |
---|---|
class |
NotificationLifecycleObject
TODO
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
protected List |
MuleContextStartPhase.sortLifecycleInstances(Collection objects,
LifecycleObject lo)
Make sure that the agents are started up in proper order.
|
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.