org.mule.impl
Class DefaultLifecycleAdapterFactory
java.lang.Object
org.mule.impl.DefaultLifecycleAdapterFactory
- All Implemented Interfaces:
- UMOLifecycleAdapterFactory
- public class DefaultLifecycleAdapterFactory
- extends Object
- implements UMOLifecycleAdapterFactory
DefaultLifecycleAdapterFactory
creates a DefaultLifeCycleAdapter. 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.
- See Also:
UMOLifecycleAdapter
,
UMOLifecycleAdapterFactory
,
DefaultLifecycleAdapter
,
DefaultLifecycleAdapterFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultLifecycleAdapterFactory
public DefaultLifecycleAdapterFactory()
create
public UMOLifecycleAdapter create(Object component,
UMODescriptor descriptor,
UMOEntryPointResolver resolver)
throws UMOException
- Specified by:
create
in interface UMOLifecycleAdapterFactory
- Throws:
UMOException
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.