org.mule.registry
Class AbstractLifecycleTracker

java.lang.Object
  extended by org.mule.registry.AbstractLifecycleTracker
All Implemented Interfaces:
MuleContextAware, Disposable, Initialisable, Lifecycle, Startable, Stoppable
Direct Known Subclasses:
TransientRegistryLifecycleTestCase.InterfaceBasedTracker, TransientRegistryTestCase.InterfaceBasedTracker

public abstract class AbstractLifecycleTracker
extends Object
implements Lifecycle, MuleContextAware

TODO


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
AbstractLifecycleTracker()
           
 
Method Summary
 void dispose()
           
 List<String> getTracker()
           
 void initialise()
           
 void setMuleContext(MuleContext context)
           
 void setProperty(String value)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractLifecycleTracker

public AbstractLifecycleTracker()
Method Detail

getTracker

public List<String> getTracker()

setProperty

public void setProperty(String value)

setMuleContext

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

initialise

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

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

dispose

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


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