Example usage for org.springframework.batch.item ItemStreamReader interface-usage

List of usage examples for org.springframework.batch.item ItemStreamReader interface-usage

Introduction

In this page you can find the example usage for org.springframework.batch.item ItemStreamReader interface-usage.

Usage

From source file org.trpr.platform.batch.spi.spring.reader.BatchItemStreamReader.java

/**
 * The <code>BatchItemStreamReader</code> extends the Spring Batch {@link ItemStreamReader} to support reading of items in batches.
 * 
 * @author Regunath B
 * @version 1.0, 28 Aug 2012
 */

From source file com.create.batch.FilterItemReaderAdapter.java

/**
 * {@link ItemStreamReader} adapter to filter out undesired items.
 *
 * @param <T>
 */
public class FilterItemReaderAdapter<T> implements ItemStreamReader<T> {

From source file org.works.batch.item.SynchronizedItemReader.java

/**
 * {@link ItemStreamReader} with a synchronized read method. Is useful when
 * needing to synchronize on read in a concurrent environment.
 * 
 * @author Marten Deinum
 */

From source file biz.deinum.multitenant.batch.item.SynchronizedItemReader.java

/**
 * {@link ItemStreamReader} with a synchronized read method. Is useful when needing to synchronize on read in a
 * concurrent environment.
 * 
 * @author Marten Deinum
 */

From source file de.langmi.spring.batch.examples.readers.support.CompositeItemStreamReader.java

/**
 * Copies the CompositeItemStream implementation, wraps its registered readers 
 * under one hood, so all read operations are simultaneously. 
 * Is not threadsafe, at least not on purpose.
 * 
 * @author Michael R. Lange <michael.r.lange@langmi.de>

From source file fr.acxio.tools.agia.item.MultiLineItemReader.java

/**
 * <p>
 * Item reader for records made of many lines with different mappings and having
 * non-explicit rules for detecting the ends of the records.
 * </p>
 * <p>

From source file de.langmi.spring.batch.examples.readers.support.CompositeCursorItemReader.java

/**
 * Copies the CompositeItemStream implementation, wraps its registered readers 
 * under one hood, so all read operations are simultaneously. 
 * Is not threadsafe, at least not on purpose.
 * 
 * @author Michael R. Lange <michael.r.lange@langmi.de>

From source file lcn.module.batch.core.item.composite.reader.CompositeFileReader.java

/**
 * CompositeReader  ItemReaderList? ?? ?? ? 
 * 
 * @author 
 * @since 2012. 07.30
 * @version 1.0

From source file egovframework.rte.bat.core.item.composite.reader.EgovCompositeFileReader.java

/**
 * CompositeReader  ItemReaderList? ?? ?? ? 
 * 
 * @author 
 * @since 2012. 07.30
 * @version 1.0

From source file lcn.module.batch.core.item.composite.reader.CompositeCursorReader.java

/**
 * CompositeCursorReader  ItemReaderList? ?? DB?? ? 
 * 
 * @author 
 * @since 2012. 07.30
 * @version 1.0