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

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

public class ItemReadListenerProxy
extends AbstractProxy<ItemReadListener>
implements ItemReadListener


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

afterRead

public void afterRead(Object item)
Specified by:
afterRead in interface ItemReadListener

beforeRead

public void beforeRead()
Specified by:
beforeRead in interface ItemReadListener

onReadError

public void onReadError(Exception ex)
Specified by:
onReadError in interface ItemReadListener


Copyright © 2013. All Rights Reserved.