org.mule.test.integration.exceptions
Class ExceptionStrategyLifecycleTestCase.LifecycleCheckerMessageProcessor

java.lang.Object
  extended by org.mule.test.integration.exceptions.ExceptionStrategyLifecycleTestCase.LifecycleCheckerMessageProcessor
All Implemented Interfaces:
Disposable, Initialisable, Lifecycle, Startable, Stoppable, MessageProcessor
Enclosing class:
ExceptionStrategyLifecycleTestCase

public static class ExceptionStrategyLifecycleTestCase.LifecycleCheckerMessageProcessor
extends Object
implements MessageProcessor, Lifecycle


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
ExceptionStrategyLifecycleTestCase.LifecycleCheckerMessageProcessor()
           
 
Method Summary
 void dispose()
           
 void initialise()
           
 boolean isDisposed()
           
 boolean isInitialized()
           
 boolean isStarted()
           
 boolean isStopped()
           
 MuleEvent process(MuleEvent event)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionStrategyLifecycleTestCase.LifecycleCheckerMessageProcessor

public ExceptionStrategyLifecycleTestCase.LifecycleCheckerMessageProcessor()
Method Detail

process

public MuleEvent process(MuleEvent event)
                  throws MuleException
Specified by:
process in interface MessageProcessor
Throws:
MuleException

dispose

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

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

isInitialized

public boolean isInitialized()

isDisposed

public boolean isDisposed()

isStarted

public boolean isStarted()

isStopped

public boolean isStopped()


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