| Package | Description |
|---|---|
| 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 |
Manager APIs, including the UMOManager, agent and server event interfaces
|
| org.mule.config.spring |
Support claases for Load Mule from Spring.
|
| org.mule.context | |
| org.mule.lifecycle | |
| org.mule.registry |
| Modifier and Type | Field and Description |
|---|---|
protected LifecycleManager |
DefaultMuleContext.lifecycleManager
LifecycleManager for the MuleContext.
|
| Modifier and Type | Method and Description |
|---|---|
LifecycleManager |
DefaultMuleContext.getLifecycleManager() |
| Constructor and Description |
|---|
DefaultMuleContext(MuleConfiguration config,
WorkManager workManager,
javax.resource.spi.work.WorkListener workListener,
LifecycleManager lifecycleManager,
ServerNotificationManager notificationManager) |
| Modifier and Type | Method and Description |
|---|---|
LifecycleManager |
MuleContext.getLifecycleManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleContextBuilder.setLifecycleManager(LifecycleManager lifecycleManager) |
| Modifier and Type | Method and Description |
|---|---|
protected LifecycleManager |
SpringRegistry.createLifecycleManager() |
| Modifier and Type | Field and Description |
|---|---|
protected LifecycleManager |
DefaultMuleContextBuilder.lifecycleManager |
| Modifier and Type | Method and Description |
|---|---|
protected LifecycleManager |
DefaultMuleContextBuilder.getLifecycleManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMuleContextBuilder.setLifecycleManager(LifecycleManager lifecycleManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLifecycleManager
Creates the default Mule lifecycleManager with
Initialisable.initialise(), Startable.start(),
Stoppable.stop() and Disposable.dispose(). |
class |
GenericLifecycleManager |
| Modifier and Type | Field and Description |
|---|---|
protected LifecycleManager |
AbstractRegistry.lifecycleManager |
| Modifier and Type | Method and Description |
|---|---|
protected abstract LifecycleManager |
AbstractRegistry.createLifecycleManager() |
protected LifecycleManager |
TransientRegistry.createLifecycleManager() |
protected LifecycleManager |
AbstractRegistry.getLifecycleManager() |
Copyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.