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 ItemWriterRetryPolicy
          A RetryPolicy that detects an ItemWriterRetryCallback 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 © 2008 SpringSource. All Rights Reserved.