| Package | Description |
|---|---|
| org.mule.runtime.core.api.component | |
| org.mule.runtime.core.component |
| 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 | 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) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.