Uses of Interface
org.springframework.batch.retry.interceptor.MethodInvocationRecoverer

Packages that use MethodInvocationRecoverer
org.springframework.batch.item.jms   
org.springframework.batch.retry.interceptor Infrastructure implementations of retry aop concerns. 
 

Uses of MethodInvocationRecoverer in org.springframework.batch.item.jms
 

Classes in org.springframework.batch.item.jms that implement MethodInvocationRecoverer
 class JmsMethodInvocationRecoverer<T>
           
 

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

Methods in org.springframework.batch.retry.interceptor with parameters of type MethodInvocationRecoverer
 void StatefulRetryOperationsInterceptor.setRecoverer(MethodInvocationRecoverer<? extends Object> recoverer)
          Public setter for the MethodInvocationRecoverer to use if the retry is exhausted.
 



Copyright © 2009 SpringSource. All Rights Reserved.