Package org.springframework.batch.retry

Infrastructure implementations of retry concerns.

See:
          Description

Interface Summary
RetryCallback Callback interface for an operation that can be retried using a RetryOperations.
RetryContext Low-level access to ongoing retry operation.
RetryListener Interface for listener that can be used to add behaviour to a retry.
RetryOperations Defines the basic set of operations implemented by RetryOperations to execute operations with configurable retry behaviour.
RetryPolicy A RetryPolicy is responsible for allocating and managing resources needed by RetryOperations.
RetryStatistics Interface for statistics reporting of retry attempts.
 

Exception Summary
ExhaustedRetryException  
RetryException  
TerminatedRetryException  
 

Package org.springframework.batch.retry Description

Infrastructure implementations of retry concerns.



Copyright © 2008 SpringSource. All Rights Reserved.