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

Packages that use ItemRecoverer
org.springframework.batch.core.step.item Specific implementations of step concerns for item-oriented approach. 
org.springframework.batch.item.jms   
org.springframework.batch.retry.callback Infrastructure implementations of retry callback concerns. 
 

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

Methods in org.springframework.batch.core.step.item with parameters of type ItemRecoverer
 void StatefulRetryStepFactoryBean.setItemRecoverer(ItemRecoverer itemRecoverer)
          Public setter for the ItemRecoverer.
 

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.callback
 

Methods in org.springframework.batch.retry.callback that return ItemRecoverer
 ItemRecoverer ItemWriterRetryCallback.getRecoverer()
          Accessor for the ItemRecoverer.
 

Methods in org.springframework.batch.retry.callback with parameters of type ItemRecoverer
 void ItemWriterRetryCallback.setRecoverer(ItemRecoverer recoverer)
          Setter for injecting optional recovery handler.
 



Copyright © 2008 SpringSource. All Rights Reserved.