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

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

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

Subclasses of AbstractStatefulRetryPolicy in org.springframework.batch.retry.policy
 class RecoveryCallbackRetryPolicy
          A RetryPolicy that detects an RecoveryRetryCallback when it opens a new context, and uses it to make sure the item is in place for later decisions about how to retry or backoff.
 



Copyright © 2009 SpringSource. All Rights Reserved.