Uses of Interface
org.springframework.batch.item.ItemRecoverer

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

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

Classes in org.springframework.batch.item.jms that implement ItemRecoverer
 class JmsItemReader
          An ItemReader for JMS using a JmsTemplate.
 

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

Methods in org.springframework.batch.retry.interceptor with parameters of type ItemRecoverer
 void StatefulRetryOperationsInterceptor.setRecoverer(ItemRecoverer recoverer)
          Public setter for the ItemRecoverer to use if the retry is exhausted.
 



Copyright © 2009 SpringSource. All Rights Reserved.