Package javax.batch.api.chunk

Interface Summary
CheckpointAlgorithm CheckpointAlgorithm provides a custom checkpoint policy for chunk steps.
ItemProcessor<T,R> ItemProcessor is used in chunk processing to operate on an input item and produce an output item.
ItemReader<T> ItemReader defines the batch artifact that reads from a stream of item for chunk processing.
ItemWriter<T>  
 

Class Summary
AbstractCheckpointAlgorithm The AbstractCheckpointAlgorithm provides default implementations of optional methods.
AbstractItemReader<T> The AbstractItemReader provides default implementations of less commonly implemented methods.
AbstractItemWriter<T> The AbstractItemWriter provides default implementations of not commonly implemented methods.
 



Copyright © 2013. All Rights Reserved.