Uses of Package
org.springframework.batch.retry

Packages that use org.springframework.batch.retry
org.springframework.batch.core.step.item Specific implementations of step concerns for item-oriented approach. 
org.springframework.batch.retry Infrastructure implementations of retry concerns. 
org.springframework.batch.retry.backoff Infrastructure implementations of retry backoff concerns. 
org.springframework.batch.retry.context Infrastructure implementations of retry context concerns. 
org.springframework.batch.retry.interceptor Infrastructure implementations of retry aop concerns. 
org.springframework.batch.retry.listener Infrastructure implementations of retry interceptor concerns. 
org.springframework.batch.retry.policy Infrastructure implementations of retry policy concerns. 
org.springframework.batch.retry.support Infrastructure implementations of retry support concerns. 
 

Classes in org.springframework.batch.retry used by org.springframework.batch.core.step.item
ExhaustedRetryException
           
RecoveryCallback
          Callback for stateful retry after all tries are exhausted.
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.
RetryState
          Stateful retry is characterised by having to recognise the items that are being processed, so this interface is used primarily to provide a cache key in between failed attempts.
 

Classes in org.springframework.batch.retry used by org.springframework.batch.retry
ExhaustedRetryException
           
RecoveryCallback
          Callback for stateful retry after all tries are exhausted.
RetryCallback
          Callback interface for an operation that can be retried using a RetryOperations.
RetryContext
          Low-level access to ongoing retry operation.
RetryException
           
RetryState
          Stateful retry is characterised by having to recognise the items that are being processed, so this interface is used primarily to provide a cache key in between failed attempts.
 

Classes in org.springframework.batch.retry used by org.springframework.batch.retry.backoff
RetryContext
          Low-level access to ongoing retry operation.
RetryException
           
 

Classes in org.springframework.batch.retry used by org.springframework.batch.retry.context
RetryContext
          Low-level access to ongoing retry operation.
 

Classes in org.springframework.batch.retry used by org.springframework.batch.retry.interceptor
RetryOperations
          Defines the basic set of operations implemented by RetryOperations to execute operations with configurable retry behaviour.
 

Classes in org.springframework.batch.retry used by org.springframework.batch.retry.listener
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.
 

Classes in org.springframework.batch.retry used by org.springframework.batch.retry.policy
RetryContext
          Low-level access to ongoing retry operation.
RetryException
           
RetryPolicy
          A RetryPolicy is responsible for allocating and managing resources needed by RetryOperations.
 

Classes in org.springframework.batch.retry used by org.springframework.batch.retry.support
ExhaustedRetryException
           
RecoveryCallback
          Callback for stateful retry after all tries are exhausted.
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.
RetryState
          Stateful retry is characterised by having to recognise the items that are being processed, so this interface is used primarily to provide a cache key in between failed attempts.
 



Copyright © 2013 SpringSource. All Rights Reserved.