|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LifecycleObject | |
|---|---|
| org.mule.api.lifecycle | Lifecycle interfaces for all Components. |
| org.mule.lifecycle | |
| Uses of LifecycleObject in org.mule.api.lifecycle |
|---|
| Methods in org.mule.api.lifecycle that return types with arguments of type LifecycleObject | |
|---|---|
Set<LifecycleObject> |
LifecyclePhase.getOrderedLifecycleObjects()
|
| Methods in org.mule.api.lifecycle with parameters of type LifecycleObject | |
|---|---|
void |
LifecyclePhase.addOrderedLifecycleObject(LifecycleObject lco)
|
void |
LifecyclePhase.removeOrderedLifecycleObject(LifecycleObject lco)
|
| Method parameters in org.mule.api.lifecycle with type arguments of type LifecycleObject | |
|---|---|
void |
LifecyclePhase.setOrderedLifecycleObjects(Set<LifecycleObject> orderedLifecycleObjects)
|
| Uses of LifecycleObject in org.mule.lifecycle |
|---|
| Subclasses of LifecycleObject in org.mule.lifecycle | |
|---|---|
class |
NotificationLifecycleObject
TODO |
| Methods in org.mule.lifecycle that return types with arguments of type LifecycleObject | |
|---|---|
Set<LifecycleObject> |
DefaultLifecyclePhase.getOrderedLifecycleObjects()
|
| 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. |
| Method parameters in org.mule.lifecycle with type arguments of type LifecycleObject | |
|---|---|
void |
DefaultLifecyclePhase.setOrderedLifecycleObjects(Set<LifecycleObject> orderedLifecycleObjects)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||