org.mule.config.spring.handlers
Class TestRetryPolicyTemplate.TestRetryPolicy

java.lang.Object
  extended by org.mule.config.spring.handlers.TestRetryPolicyTemplate.TestRetryPolicy
All Implemented Interfaces:
RetryPolicy
Enclosing class:
TestRetryPolicyTemplate

protected static class TestRetryPolicyTemplate.TestRetryPolicy
extends Object
implements RetryPolicy


Field Summary
protected  boolean fooBar
           
protected  int revolutions
           
 
Constructor Summary
TestRetryPolicyTemplate.TestRetryPolicy(boolean fooBar, int revolutions)
           
 
Method Summary
 PolicyStatus applyPolicy(Throwable cause)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fooBar

protected boolean fooBar

revolutions

protected int revolutions
Constructor Detail

TestRetryPolicyTemplate.TestRetryPolicy

public TestRetryPolicyTemplate.TestRetryPolicy(boolean fooBar,
                                               int revolutions)
Method Detail

applyPolicy

public PolicyStatus applyPolicy(Throwable cause)
Specified by:
applyPolicy in interface RetryPolicy


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