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

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

public class ItemWriterProxy
extends AbstractProxy<ItemWriter>
implements ItemWriter


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)
           
 void writeItems(List items)
           
 
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 ItemWriter

close

public void close()
Specified by:
close in interface ItemWriter

open

public void open(Serializable checkpoint)
Specified by:
open in interface ItemWriter

writeItems

public void writeItems(List items)
                throws Exception
Specified by:
writeItems in interface ItemWriter
Throws:
Exception


Copyright © 2013. All Rights Reserved.