org.mule.config.spring.handlers
Class TestRetryNotifier

java.lang.Object
  extended by org.mule.config.spring.handlers.TestRetryNotifier
All Implemented Interfaces:
RetryNotifier

public class TestRetryNotifier
extends Object
implements RetryNotifier


Constructor Summary
TestRetryNotifier()
           
 
Method Summary
 String getColor()
           
 void onFailure(RetryContext context, Throwable e)
           
 void onSuccess(RetryContext context)
           
 void setColor(String color)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestRetryNotifier

public TestRetryNotifier()
Method Detail

onSuccess

public void onSuccess(RetryContext context)
Specified by:
onSuccess in interface RetryNotifier

onFailure

public void onFailure(RetryContext context,
                      Throwable e)
Specified by:
onFailure in interface RetryNotifier

getColor

public String getColor()

setColor

public void setColor(String color)


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