com.ibm.jbatch.tck.artifacts.chunkartifacts
Class InventoryCachedConnReader
java.lang.Object
javax.batch.api.AbstractItemReader<InventoryRecord>
com.ibm.jbatch.tck.artifacts.chunkartifacts.InventoryCachedConnReader
- All Implemented Interfaces:
- ItemReader<InventoryRecord>
@Named(value="inventoryCachedConnReader")
public class InventoryCachedConnReader
- extends AbstractItemReader<InventoryRecord>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dataSource
protected DataSource dataSource
InventoryCachedConnReader
public InventoryCachedConnReader()
readItem
public InventoryRecord readItem()
throws Exception
- Specified by:
readItem in interface ItemReader<InventoryRecord>- Specified by:
readItem in class AbstractItemReader<InventoryRecord>
- Throws:
Exception
checkpointInfo
public InventoryCheckpointData checkpointInfo()
- Specified by:
checkpointInfo in interface ItemReader<InventoryRecord>- Overrides:
checkpointInfo in class AbstractItemReader<InventoryRecord>
close
public void close()
- Specified by:
close in interface ItemReader<InventoryRecord>- Overrides:
close in class AbstractItemReader<InventoryRecord>
open
public void open(Externalizable cpd)
throws Exception
- Specified by:
open in interface ItemReader<InventoryRecord>- Overrides:
open in class AbstractItemReader<InventoryRecord>
- Throws:
Exception
Copyright © 2013. All Rights Reserved.