Uses of Interface
org.springframework.batch.retry.RetryOperations

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

Uses of RetryOperations in org.springframework.batch.core.step.item
 

Classes in org.springframework.batch.core.step.item that implement RetryOperations
 class BatchRetryTemplate
          A special purpose retry template that deals specifically with multi-valued stateful retry.
 

Uses of RetryOperations in org.springframework.batch.retry.interceptor
 

Methods in org.springframework.batch.retry.interceptor with parameters of type RetryOperations
 void StatefulRetryOperationsInterceptor.setRetryOperations(RetryOperations retryTemplate)
           
 void RetryOperationsInterceptor.setRetryOperations(RetryOperations retryTemplate)
           
 

Uses of RetryOperations in org.springframework.batch.retry.support
 

Classes in org.springframework.batch.retry.support that implement RetryOperations
 class RetryTemplate
          Template class that simplifies the execution of operations with retry semantics.
 



Copyright © 2013 SpringSource. All Rights Reserved.