Uses of Class
org.springframework.batch.core.step.item.SimpleChunkProvider

Packages that use SimpleChunkProvider
org.springframework.batch.core.step.item Specific implementations of step concerns for item-oriented approach. 
 

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

Subclasses of SimpleChunkProvider in org.springframework.batch.core.step.item
 class FaultTolerantChunkProvider<I>
          FaultTolerant implementation of the ChunkProcessor interface, that allows for skipping or retry of items that cause exceptions during reading or processing.
 

Methods in org.springframework.batch.core.step.item that return SimpleChunkProvider
protected  SimpleChunkProvider<T> SimpleStepFactoryBean.configureChunkProvider()
          Extension point for creating appropriate ChunkProvider.
protected  SimpleChunkProvider<T> FaultTolerantStepFactoryBean.configureChunkProvider()
           
 



Copyright © 2013 SpringSource. All Rights Reserved.