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

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

public class ItemWriteListenerProxy
extends AbstractProxy<ItemWriteListener>
implements ItemWriteListener


Field Summary
 
Fields inherited from class com.ibm.jbatch.container.artifact.proxy.AbstractProxy
delegate, stepContext
 
Method Summary
 void afterWrite(List items)
           
 void beforeWrite(List items)
           
 void onWriteError(List items, Exception ex)
           
 
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

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.