com.ibm.jbatch.container.artifact.proxy
Class ItemWriteListenerProxy
java.lang.Object
com.ibm.jbatch.container.artifact.proxy.AbstractProxy<ItemWriteListener>
com.ibm.jbatch.container.artifact.proxy.ItemWriteListenerProxy
- All Implemented Interfaces:
- ItemWriteListener
public class ItemWriteListenerProxy
- extends AbstractProxy<ItemWriteListener>
- implements ItemWriteListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
afterWrite
public void afterWrite(List items)
- Specified by:
afterWrite in interface ItemWriteListener
beforeWrite
public void beforeWrite(List items)
- Specified by:
beforeWrite in interface ItemWriteListener
onWriteError
public void onWriteError(List items,
Exception ex)
- Specified by:
onWriteError in interface ItemWriteListener
Copyright © 2013. All Rights Reserved.