com.ibm.jbatch.container.artifact.proxy
Class ItemReaderProxy
java.lang.Object
com.ibm.jbatch.container.artifact.proxy.AbstractProxy<ItemReader>
com.ibm.jbatch.container.artifact.proxy.ItemReaderProxy
- All Implemented Interfaces:
- ItemReader
public class ItemReaderProxy
- extends AbstractProxy<ItemReader>
- implements ItemReader
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
checkpointInfo
public Serializable checkpointInfo()
- Specified by:
checkpointInfo in interface ItemReader
close
public void close()
- Specified by:
close in interface ItemReader
open
public void open(Serializable checkpoint)
- Specified by:
open in interface ItemReader
readItem
public Object readItem()
throws Exception
- Specified by:
readItem in interface ItemReader
- Throws:
Exception
Copyright © 2013. All Rights Reserved.