org.mule.tck.testmodels.mule
Class TestDefaultLifecycleAdapter

java.lang.Object
  extended by org.mule.component.DefaultLifecycleAdapter
      extended by org.mule.tck.testmodels.mule.TestDefaultLifecycleAdapter
All Implemented Interfaces:
org.mule.api.component.LifecycleAdapter, org.mule.api.interceptor.Interceptor, org.mule.api.lifecycle.Disposable, org.mule.api.lifecycle.Initialisable, org.mule.api.lifecycle.Lifecycle, org.mule.api.lifecycle.Startable, org.mule.api.lifecycle.Stoppable

public class TestDefaultLifecycleAdapter
extends org.mule.component.DefaultLifecycleAdapter

TestDefaultLifecycleAdapter TODO document


Field Summary
 
Fields inherited from class org.mule.component.DefaultLifecycleAdapter
component, componentObject, logger
 
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
TestDefaultLifecycleAdapter(Object pojoService, org.mule.api.component.JavaComponent service)
           
TestDefaultLifecycleAdapter(Object pojoService, org.mule.api.component.JavaComponent service, org.mule.api.model.EntryPointResolverSet epResolver)
           
 
Method Summary
 
Methods inherited from class org.mule.component.DefaultLifecycleAdapter
configureNestedRouter, dispose, 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 pojoService,
                                   org.mule.api.component.JavaComponent service)
                            throws org.mule.api.MuleException
Parameters:
service -
descriptor -
Throws:
org.mule.api.MuleException

TestDefaultLifecycleAdapter

public TestDefaultLifecycleAdapter(Object pojoService,
                                   org.mule.api.component.JavaComponent service,
                                   org.mule.api.model.EntryPointResolverSet epResolver)
                            throws org.mule.api.MuleException
Parameters:
service -
descriptor -
epResolver -
Throws:
org.mule.api.MuleException


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