|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LifecycleManager | |
|---|---|
| org.mule | The Mule implementation of the Universal Message Objects(tm) API specification. |
| org.mule.api | The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them |
| org.mule.api.context | Mule Context APIs, including the MuleContext, agent and server event interfaces |
| org.mule.config.builders | |
| org.mule.config.spring | Support claases for Load Mule from Spring. |
| org.mule.context | |
| org.mule.lifecycle | |
| Uses of LifecycleManager in org.mule |
|---|
| Fields in org.mule declared as LifecycleManager | |
|---|---|
protected LifecycleManager |
DefaultMuleContext.lifecycleManager
LifecycleManager for the MuleContext. |
| Methods in org.mule that return LifecycleManager | |
|---|---|
LifecycleManager |
DefaultMuleContext.getLifecycleManager()
|
| Constructors in org.mule with parameters of type LifecycleManager | |
|---|---|
DefaultMuleContext(MuleConfiguration config,
WorkManager workManager,
javax.resource.spi.work.WorkListener workListener,
LifecycleManager lifecycleManager,
ServerNotificationManager notificationManager)
|
|
| Uses of LifecycleManager in org.mule.api |
|---|
| Methods in org.mule.api that return LifecycleManager | |
|---|---|
LifecycleManager |
MuleContext.getLifecycleManager()
|
| Uses of LifecycleManager in org.mule.api.context |
|---|
| Methods in org.mule.api.context with parameters of type LifecycleManager | |
|---|---|
void |
MuleContextBuilder.setLifecycleManager(LifecycleManager lifecycleManager)
|
| Uses of LifecycleManager in org.mule.config.builders |
|---|
| Methods in org.mule.config.builders with parameters of type LifecycleManager | |
|---|---|
protected void |
AbstractConfigurationBuilder.applyLifecycle(LifecycleManager lifecycleManager)
Allows a configuration builder to check and customise the lifecycle of objects in the registry being used. |
| Uses of LifecycleManager in org.mule.config.spring |
|---|
| Methods in org.mule.config.spring that return LifecycleManager | |
|---|---|
protected LifecycleManager |
SpringRegistry.createLifecycleManager()
|
| Methods in org.mule.config.spring with parameters of type LifecycleManager | |
|---|---|
protected void |
SpringXmlConfigurationBuilder.applyLifecycle(LifecycleManager lifecycleManager)
|
| Uses of LifecycleManager in org.mule.context |
|---|
| Fields in org.mule.context declared as LifecycleManager | |
|---|---|
protected LifecycleManager |
DefaultMuleContextBuilder.lifecycleManager
|
| Methods in org.mule.context that return LifecycleManager | |
|---|---|
protected LifecycleManager |
DefaultMuleContextBuilder.getLifecycleManager()
|
| Methods in org.mule.context with parameters of type LifecycleManager | |
|---|---|
void |
DefaultMuleContextBuilder.setLifecycleManager(LifecycleManager lifecycleManager)
|
| Uses of LifecycleManager in org.mule.lifecycle |
|---|
| Classes in org.mule.lifecycle that implement LifecycleManager | |
|---|---|
class |
GenericLifecycleManager
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||