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

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

public class ItemWriterProxy
extends AbstractProxy


Field Summary
 
Fields inherited from class com.ibm.batch.container.artifact.proxy.AbstractProxy
delegate, propertyMap
 
Method Summary
 Externalizable checkpointInfo()
           
 void closeWriter()
           
 Method getCheckpointInfoMethod()
           
 Method getCloseMethod()
           
 Method getOpenMethod()
           
 Method getWriteItemsMethod()
           
 void openWriter(Object checkpoint)
           
 void writeItems(List<Object> items)
           
 
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

openWriter

public void openWriter(Object checkpoint)

closeWriter

public void closeWriter()

writeItems

public void writeItems(List<Object> items)
                throws Throwable
Throws:
Throwable

checkpointInfo

public Externalizable checkpointInfo()

getOpenMethod

public Method getOpenMethod()

getCloseMethod

public Method getCloseMethod()

getWriteItemsMethod

public Method getWriteItemsMethod()

getCheckpointInfoMethod

public Method getCheckpointInfoMethod()


Copyright © 2013. All Rights Reserved.