public class BeanIOReader extends CountedReader implements javax.batch.api.chunk.ItemReader
| Modifier and Type | Field and Description |
|---|---|
protected String |
configuration |
protected String |
errorHandlerStr |
protected String |
filePath |
protected String |
localeStr |
protected int |
skippedHeaderLines |
protected String |
streamName |
items| Constructor and Description |
|---|
BeanIOReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected Object |
doRead() |
void |
open(Serializable checkpoint) |
checkpointInfo, incrementCount, incrementReaderCount, readItem@Inject protected String filePath
@Inject protected int skippedHeaderLines
@Inject protected String streamName
@Inject protected String configuration
@Inject protected String localeStr
@Inject protected String errorHandlerStr
public void open(Serializable checkpoint) throws Exception
open in interface javax.batch.api.chunk.ItemReaderopen in class CountedReaderExceptionpublic void close()
throws Exception
close in interface javax.batch.api.chunk.ItemReaderExceptionprotected Object doRead() throws Exception
doRead in class CountedReaderExceptionCopyright © 2015 The Apache Software Foundation. All rights reserved.