Uses of Class
org.springframework.batch.retry.policy.AbstractStatelessRetryPolicy

Packages that use AbstractStatelessRetryPolicy
org.springframework.batch.retry.policy Infrastructure implementations of retry policy concerns. 
 

Uses of AbstractStatelessRetryPolicy in org.springframework.batch.retry.policy
 

Subclasses of AbstractStatelessRetryPolicy in org.springframework.batch.retry.policy
 class AlwaysRetryPolicy
          A RetryPolicy that always permits a retry.
 class CompositeRetryPolicy
          A RetryPolicy that composes a list of other policies and delegates calls to them in order.
 class ExceptionClassifierRetryPolicy
          A RetryPolicy that dynamically adapts to one of a set of injected policies according to the value of the latest exception.
 class NeverRetryPolicy
          A RetryPolicy that allows the first attempt but never permits a retry.
 class SimpleRetryPolicy
          Simple retry policy that retries a fixed number of times for a set of named exceptions (and subclasses).
 class TimeoutRetryPolicy
          A RetryPolicy that allows a retry only if it hasn't timed out.
 



Copyright © 2008 SpringSource. All Rights Reserved.