org.mule.processor
Class AbstractMuleObjectOwnerTest.TestClass

java.lang.Object
  extended by org.mule.processor.AbstractMuleObjectOwnerTest.TestClass
All Implemented Interfaces:
FlowConstructAware, MuleContextAware, Disposable, Initialisable, Lifecycle, Startable, Stoppable
Enclosing class:
AbstractMuleObjectOwnerTest

public class AbstractMuleObjectOwnerTest.TestClass
extends Object
implements Lifecycle, MuleContextAware, FlowConstructAware


Field Summary
 
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
AbstractMuleObjectOwnerTest.TestClass()
           
 
Method Summary
 void dispose()
           
 void initialise()
           
 void setFlowConstruct(FlowConstruct flowConstruct)
           
 void setMuleContext(MuleContext context)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMuleObjectOwnerTest.TestClass

public AbstractMuleObjectOwnerTest.TestClass()
Method Detail

dispose

public void dispose()
Specified by:
dispose in interface Disposable

setFlowConstruct

public void setFlowConstruct(FlowConstruct flowConstruct)
Specified by:
setFlowConstruct in interface FlowConstructAware

initialise

public void initialise()
                throws InitialisationException
Specified by:
initialise in interface Initialisable
Throws:
InitialisationException

setMuleContext

public void setMuleContext(MuleContext context)
Specified by:
setMuleContext in interface MuleContextAware

start

public void start()
           throws MuleException
Specified by:
start in interface Startable
Throws:
MuleException

stop

public void stop()
          throws MuleException
Specified by:
stop in interface Stoppable
Throws:
MuleException


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