org.mule.test.integration.filter
Class LifecycleTrackerFilter

java.lang.Object
  extended by org.mule.test.integration.filter.LifecycleTrackerFilter
All Implemented Interfaces:
MuleContextAware, Disposable, Initialisable, Lifecycle, Startable, Stoppable, Filter

public class LifecycleTrackerFilter
extends Object
implements Filter, Lifecycle, MuleContextAware


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
LifecycleTrackerFilter()
           
 
Method Summary
 boolean accept(MuleMessage message)
           
 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

LifecycleTrackerFilter

public LifecycleTrackerFilter()
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

accept

public boolean accept(MuleMessage message)
Specified by:
accept in interface Filter


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