org.mule.impl
Class DefaultLifecycleAdapterFactory

java.lang.Object
  extended by 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

Constructor Summary
DefaultLifecycleAdapterFactory()
           
 
Method Summary
 UMOLifecycleAdapter create(Object component, UMODescriptor descriptor, UMOEntryPointResolver resolver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLifecycleAdapterFactory

public DefaultLifecycleAdapterFactory()
Method Detail

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.