com.ibm.jbatch.container.artifact.proxy
Class ItemReaderProxy

java.lang.Object
  extended by com.ibm.jbatch.container.artifact.proxy.AbstractProxy<ItemReader>
      extended by com.ibm.jbatch.container.artifact.proxy.ItemReaderProxy
All Implemented Interfaces:
ItemReader

public class ItemReaderProxy
extends AbstractProxy<ItemReader>
implements ItemReader


Field Summary
 
Fields inherited from class com.ibm.jbatch.container.artifact.proxy.AbstractProxy
delegate, stepContext
 
Method Summary
 Serializable checkpointInfo()
           
 void close()
           
 void open(Serializable checkpoint)
           
 Object readItem()
           
 
Methods inherited from class com.ibm.jbatch.container.artifact.proxy.AbstractProxy
getDelegate, setStepContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.