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

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

public class ItemProcessListenerProxy
extends AbstractProxy<ItemProcessListener>
implements ItemProcessListener


Field Summary
 
Fields inherited from class com.ibm.jbatch.container.artifact.proxy.AbstractProxy
delegate, stepContext
 
Method Summary
 void afterProcess(Object item, Object result)
           
 void beforeProcess(Object item)
           
 void onProcessError(Object item, 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

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.