com.ibm.jbatch.container.artifact.proxy
Class ItemProcessListenerProxy
java.lang.Object
com.ibm.jbatch.container.artifact.proxy.AbstractProxy<ItemProcessListener>
com.ibm.jbatch.container.artifact.proxy.ItemProcessListenerProxy
- All Implemented Interfaces:
- ItemProcessListener
public class ItemProcessListenerProxy
- extends AbstractProxy<ItemProcessListener>
- implements ItemProcessListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
afterProcess
public void afterProcess(Object item,
Object result)
- Specified by:
afterProcess in interface ItemProcessListener
beforeProcess
public void beforeProcess(Object item)
- Specified by:
beforeProcess in interface ItemProcessListener
onProcessError
public void onProcessError(Object item,
Exception ex)
- Specified by:
onProcessError in interface ItemProcessListener
Copyright © 2013. All Rights Reserved.