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

java.lang.Object
  extended by com.ibm.batch.container.artifact.proxy.AbstractProxy
      extended by com.ibm.batch.container.artifact.proxy.ItemReaderProxy

public class ItemReaderProxy
extends AbstractProxy


Field Summary
 
Fields inherited from class com.ibm.batch.container.artifact.proxy.AbstractProxy
delegate, propertyMap
 
Method Summary
 Object checkpointInfo()
           
 void closeReader()
           
 Method getCheckpointInfoMethod()
           
 Method getCloseMethod()
           
 Method getOpenMethod()
           
 Method getReadItemMethod()
           
 void openReader(Object checkpoint)
           
 Object readItem()
           
 
Methods inherited from class com.ibm.batch.container.artifact.proxy.AbstractProxy
findPropertyFields, getDelegate, getFlowContext, getJobContext, getSplitContext, getStepContext, setFlowContext, setJobContext, setSplitContext, setStepContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

openReader

public void openReader(Object checkpoint)

closeReader

public void closeReader()

readItem

public Object readItem()
                throws Throwable
Throws:
Throwable

checkpointInfo

public Object checkpointInfo()

getOpenMethod

public Method getOpenMethod()

getCloseMethod

public Method getCloseMethod()

getReadItemMethod

public Method getReadItemMethod()

getCheckpointInfoMethod

public Method getCheckpointInfoMethod()


Copyright © 2013. All Rights Reserved.