org.mule.tck.testmodels.mule
Class TestComponentLifecycleAdapter

java.lang.Object
  extended by org.mule.component.DefaultComponentLifecycleAdapter
      extended by org.mule.tck.testmodels.mule.TestComponentLifecycleAdapter
All Implemented Interfaces:
LifecycleAdapter, Disposable, Initialisable, Lifecycle, Startable, Stoppable

public class TestComponentLifecycleAdapter
extends DefaultComponentLifecycleAdapter

TestComponentLifecycleAdapter TODO document


Field Summary
 
Fields inherited from class org.mule.component.DefaultComponentLifecycleAdapter
component, componentObject, disposeMethod, entryPointResolver, flowConstruct, initMethod, isDisposable, isInitialisable, isStartable, isStoppable, logger, muleContext
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Startable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Stoppable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Disposable
PHASE_NAME
 
Constructor Summary
TestComponentLifecycleAdapter(Object pojoService, JavaComponent service, FlowConstruct flowConstruct, EntryPointResolverSet epResolver, MuleContext muleContext)
           
TestComponentLifecycleAdapter(Object pojoService, JavaComponent service, FlowConstruct flowConstruct, MuleContext muleContext)
           
 
Method Summary
 
Methods inherited from class org.mule.component.DefaultComponentLifecycleAdapter
dispose, findDisposeMethod, findInitMethod, initialise, invoke, isDisposed, isStarted, setLifecycleFlags, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestComponentLifecycleAdapter

public TestComponentLifecycleAdapter(Object pojoService,
                                     JavaComponent service,
                                     FlowConstruct flowConstruct,
                                     MuleContext muleContext)
                              throws MuleException
Throws:
MuleException

TestComponentLifecycleAdapter

public TestComponentLifecycleAdapter(Object pojoService,
                                     JavaComponent service,
                                     FlowConstruct flowConstruct,
                                     EntryPointResolverSet epResolver,
                                     MuleContext muleContext)
                              throws MuleException
Throws:
MuleException


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.