Package | Description |
---|---|
org.mule.api.lifecycle |
Lifecycle interfaces for all Components.
|
org.mule.lifecycle | |
org.mule.lifecycle.phases |
Modifier and Type | Method and Description |
---|---|
Set<LifecycleObject> |
LifecyclePhase.getOrderedLifecycleObjects() |
Modifier and Type | Method and Description |
---|---|
void |
LifecyclePhase.addOrderedLifecycleObject(LifecycleObject lco) |
void |
LifecyclePhase.removeOrderedLifecycleObject(LifecycleObject lco) |
Modifier and Type | Method and Description |
---|---|
void |
LifecyclePhase.setOrderedLifecycleObjects(Set<LifecycleObject> orderedLifecycleObjects) |
Modifier and Type | Class and Description |
---|---|
class |
NotificationLifecycleObject
TODO
|
Modifier and Type | Method and Description |
---|---|
protected Collection<?> |
RegistryLifecycleCallback.lookupObjectsForLifecycle(LifecycleObject lo) |
Modifier and Type | Method and Description |
---|---|
Set<LifecycleObject> |
DefaultLifecyclePhase.getOrderedLifecycleObjects() |
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 |
---|---|
void |
DefaultLifecyclePhase.setOrderedLifecycleObjects(Set<LifecycleObject> orderedLifecycleObjects) |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.