| Package | Description |
|---|---|
| org.mule.runtime.core.api.lifecycle | |
| org.mule.runtime.core.internal.lifecycle.phases | |
| org.mule.runtime.core.lifecycle |
| 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 | 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
NotificationLifecycleObject
TODO
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<?> |
RegistryLifecycleCallback.lookupObjectsForLifecycle(LifecycleObject lo) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.