|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.component.DefaultComponentLifecycleAdapterFactory
public class DefaultComponentLifecycleAdapterFactory
DefaultComponentLifecycleAdapterFactory
creates a DefaultComponentLifecycleAdapter. Users can
implement their own LifeCycleAdapter factories to control lifecycle events on their services such
as introduce other lifecycle events that are controlled by external changes.
LifecycleAdapter
,
LifecycleAdapterFactory
,
DefaultComponentLifecycleAdapter
,
DefaultComponentLifecycleAdapterFactory
Constructor Summary | |
---|---|
DefaultComponentLifecycleAdapterFactory()
|
Method Summary | |
---|---|
LifecycleAdapter |
create(java.lang.Object pojoService,
JavaComponent component,
FlowConstruct flowConstruct,
EntryPointResolverSet resolver,
MuleContext muleContext)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultComponentLifecycleAdapterFactory()
Method Detail |
---|
public LifecycleAdapter create(java.lang.Object pojoService, JavaComponent component, FlowConstruct flowConstruct, EntryPointResolverSet resolver, MuleContext muleContext) throws MuleException
create
in interface LifecycleAdapterFactory
MuleException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |