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()
Deprecated.
The lifecycle adapter is used by the model to translate Mule lifecycle event
to events that components registered with the model understand.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setLifecycleAdapterFactory(LifecycleAdapterFactory lifecycleAdapterFactory)
Deprecated.
Sets the lifecycleAdapterFactory on the model.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultComponentLifecycleAdapterFactory
DefaultComponentLifecycleAdapterFactory creates a DefaultComponentLifecycleAdapter. |
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()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractModel.setLifecycleAdapterFactory(LifecycleAdapterFactory lifecycleAdapterFactory)
Deprecated.
|
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.