Uses of Class
org.springframework.batch.sample.common.ProcessIndicatorItemWrapper

Packages that use ProcessIndicatorItemWrapper
org.springframework.batch.sample.common   
 

Uses of ProcessIndicatorItemWrapper in org.springframework.batch.sample.common
 

Methods in org.springframework.batch.sample.common that return ProcessIndicatorItemWrapper
 ProcessIndicatorItemWrapper<T> StagingItemReader.read()
           
 

Methods in org.springframework.batch.sample.common with parameters of type ProcessIndicatorItemWrapper
 T StagingItemProcessor.process(ProcessIndicatorItemWrapper<T> wrapper)
          Use the technical identifier to mark the input row as processed and return unwrapped item.
 



Copyright © 2009 SpringSource. All Rights Reserved.