org.mule.tck.testmodels.mule
Class TestDefaultLifecycleAdapter

java.lang.Object
  extended by org.mule.impl.DefaultLifecycleAdapter
      extended by org.mule.tck.testmodels.mule.TestDefaultLifecycleAdapter
All Implemented Interfaces:
Disposable, Initialisable, Lifecycle, Startable, Stoppable, UMOLifecycleAdapter, UMOInterceptor

public class TestDefaultLifecycleAdapter
extends DefaultLifecycleAdapter

TestDefaultLifecycleAdapter TODO document


Field Summary
 
Fields inherited from class org.mule.impl.DefaultLifecycleAdapter
logger
 
Constructor Summary
TestDefaultLifecycleAdapter(Object component, UMODescriptor descriptor)
           
TestDefaultLifecycleAdapter(Object component, UMODescriptor descriptor, UMOEntryPointResolver epResolver)
           
 
Method Summary
 
Methods inherited from class org.mule.impl.DefaultLifecycleAdapter
configureNestedRouter, dispose, getDescriptor, handleException, initialise, initialise, intercept, isDisposed, isStarted, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDefaultLifecycleAdapter

public TestDefaultLifecycleAdapter(Object component,
                                   UMODescriptor descriptor)
                            throws UMOException
Parameters:
component -
descriptor -
Throws:
UMOException

TestDefaultLifecycleAdapter

public TestDefaultLifecycleAdapter(Object component,
                                   UMODescriptor descriptor,
                                   UMOEntryPointResolver epResolver)
                            throws UMOException
Parameters:
component -
descriptor -
epResolver -
Throws:
UMOException


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.