Package | Description |
---|---|
org.mule.api.component | |
org.mule.api.model |
Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc.
|
org.mule.component | |
org.mule.model |
Modifier and Type | Method and Description |
---|---|
LifecycleAdapterFactory |
JavaComponent.getLifecycleAdapterFactory()
Returns the factory used create life-cycle adaptors that are used to wrap
component instance.
|
Modifier and Type | Method and Description |
---|---|
void |
JavaComponent.setLifecycleAdapterFactory(LifecycleAdapterFactory lifecycleAdaptor)
Sets the factory used create life-cycle adaptors that are used to wrap
component instance.
|
Modifier and Type | Method and Description |
---|---|
LifecycleAdapterFactory |
Model.getLifecycleAdapterFactory()
The lifecycle adapter is used by the model to translate Mule lifecycle event
to events that UMO components registered with the model understand.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setLifecycleAdapterFactory(LifecycleAdapterFactory lifecycleAdapterFactory)
Sets the lifecycleAdapterFactory on the model.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLifecycleAdapterFactory
DefaultLifecycleAdapterFactory creates a DefaultLifeCycleAdapter. |
Modifier and Type | Field and Description |
---|---|
protected LifecycleAdapterFactory |
AbstractJavaComponent.lifecycleAdapterFactory |
Modifier and Type | Method and Description |
---|---|
LifecycleAdapterFactory |
AbstractJavaComponent.getLifecycleAdapterFactory() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractJavaComponent.setLifecycleAdapterFactory(LifecycleAdapterFactory lifecycleAdapterFactory) |
Modifier and Type | Method and Description |
---|---|
LifecycleAdapterFactory |
AbstractModel.getLifecycleAdapterFactory() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractModel.setLifecycleAdapterFactory(LifecycleAdapterFactory lifecycleAdapterFactory) |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.