org.mule.test.integration.providers.jms
Class AbstractJmsTransactionFunctionalTest.RollbackExceptionListener

java.lang.Object
  extended byorg.mule.impl.AbstractExceptionListener
      extended byorg.mule.impl.DefaultExceptionStrategy
          extended byorg.mule.test.integration.providers.jms.AbstractJmsTransactionFunctionalTest.RollbackExceptionListener
All Implemented Interfaces:
ExceptionListener, org.mule.umo.lifecycle.Initialisable
Enclosing class:
AbstractJmsTransactionFunctionalTest

public class AbstractJmsTransactionFunctionalTest.RollbackExceptionListener
extends org.mule.impl.DefaultExceptionStrategy


Field Summary
 
Fields inherited from class org.mule.impl.AbstractExceptionListener
endpoints, initialised, logger
 
Constructor Summary
AbstractJmsTransactionFunctionalTest.RollbackExceptionListener(CountDownLatch countDown)
           
AbstractJmsTransactionFunctionalTest.RollbackExceptionListener(CountDownLatch countDown, org.mule.umo.endpoint.UMOEndpointURI deadLetter)
           
 
Method Summary
 void handleException(Throwable t)
           
 void handleMessagingException(org.mule.umo.UMOMessage message, Throwable t)
           
 
Methods inherited from class org.mule.impl.DefaultExceptionStrategy
defaultHandler, handleLifecycleException, handleRoutingException, handleStandardException
 
Methods inherited from class org.mule.impl.AbstractExceptionListener
addEndpoint, doInitialise, exceptionThrown, fireNotification, getEndpoint, getEndpoints, getErrorMessagePayload, getExceptionType, initialise, isInitialised, logException, logFatal, markTransactionForRollback, removeEndpoint, routeException, setEndpoints
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractJmsTransactionFunctionalTest.RollbackExceptionListener

public AbstractJmsTransactionFunctionalTest.RollbackExceptionListener(CountDownLatch countDown)

AbstractJmsTransactionFunctionalTest.RollbackExceptionListener

public AbstractJmsTransactionFunctionalTest.RollbackExceptionListener(CountDownLatch countDown,
                                                                      org.mule.umo.endpoint.UMOEndpointURI deadLetter)
                                                               throws org.mule.umo.UMOException
Method Detail

handleMessagingException

public void handleMessagingException(org.mule.umo.UMOMessage message,
                                     Throwable t)

handleException

public void handleException(Throwable t)


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