org.springframework.batch.retry.policy
Class MockRetryPolicySupport

java.lang.Object
  extended by org.springframework.batch.retry.policy.AbstractStatelessRetryPolicy
      extended by org.springframework.batch.retry.policy.NeverRetryPolicy
          extended by org.springframework.batch.retry.policy.AlwaysRetryPolicy
              extended by org.springframework.batch.retry.policy.MockRetryPolicySupport
All Implemented Interfaces:
RetryPolicy

public class MockRetryPolicySupport
extends AlwaysRetryPolicy


Constructor Summary
MockRetryPolicySupport()
           
 
Method Summary
 
Methods inherited from class org.springframework.batch.retry.policy.AlwaysRetryPolicy
canRetry
 
Methods inherited from class org.springframework.batch.retry.policy.NeverRetryPolicy
close, open, registerThrowable
 
Methods inherited from class org.springframework.batch.retry.policy.AbstractStatelessRetryPolicy
handleRetryExhausted, shouldRethrow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockRetryPolicySupport

public MockRetryPolicySupport()


Copyright © 2008 SpringSource. All Rights Reserved.