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

Packages that use RetryOperations
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.retry.interceptor
 

Methods in org.springframework.batch.retry.interceptor with parameters of type RetryOperations
 void RetryOperationsInterceptor.setRetryTemplate(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 © 2008 SpringSource. All Rights Reserved.