com.ibm.jbatch.container.artifact.proxy
Class ItemWriterProxy
java.lang.Object
com.ibm.jbatch.container.artifact.proxy.AbstractProxy<ItemWriter>
com.ibm.jbatch.container.artifact.proxy.ItemWriterProxy
- All Implemented Interfaces:
- ItemWriter
public class ItemWriterProxy
- extends AbstractProxy<ItemWriter>
- implements ItemWriter
| 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 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.