| Modifier and Type | Method and Description |
|---|---|
LifecycleManager |
DefaultMuleContext.getLifecycleManager() |
| Modifier and Type | Method and Description |
|---|---|
LifecycleManager |
MuleContext.getLifecycleManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleContextBuilder.setLifecycleManager(LifecycleManager lifecycleManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentLifecycleManager
The lifecycle manager responsible for managing lifecycle transitions for a Mule service.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractConfigurationBuilder.applyLifecycle(LifecycleManager lifecycleManager)
Allows a configuration builder to check and customise the lifecycle of objects in the registry being used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMuleContextBuilder.setLifecycleManager(LifecycleManager manager) |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowConstructLifecycleManager
The lifecycle manager responsible for managing lifecycle transitions for a Mule service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLifecycleManager<O>
This is a base implementation of the
LifecycleManager interface and provides almost
all the plumbing required to write a LifecycleManager implementation. |
class |
DefaultLifecycleManager<T extends org.mule.runtime.api.lifecycle.Lifecycle>
Default implementation of a
SimpleLifecycleManager it allows Lifecycle objects to manage their lifecycle
easily. |
class |
MuleContextLifecycleManager
This is a specialized class that extends
RegistryLifecycleManager and will invoke lifecycle on the registry instance
for the MuleContext. |
class |
RegistryBrokerLifecycleManager
Deprecated.
as of 3.7.0 since
RegistryBroker also is |
class |
RegistryLifecycleManager |
class |
SimpleLifecycleManager<O>
This
LifecycleManager implementation is designed to track the lifecycle of objects that implement any of the
Initialisable, Startable, Stoppable or Disposable interfaces. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.