com.ibm.batch.container.artifact.proxy
Class SkipListenerProxy

java.lang.Object
  extended by com.ibm.batch.container.artifact.proxy.AbstractProxy
      extended by com.ibm.batch.container.artifact.proxy.SkipListenerProxy

public class SkipListenerProxy
extends AbstractProxy


Field Summary
 
Fields inherited from class com.ibm.batch.container.artifact.proxy.AbstractProxy
delegate, propertyMap
 
Method Summary
 void onSkipInProcess(Exception ex, Object record)
           
 void onSkipInRead(Exception ex)
           
 void onSkipInWrite(Exception ex, Object record)
           
 
Methods inherited from class com.ibm.batch.container.artifact.proxy.AbstractProxy
findPropertyFields, getDelegate, getFlowContext, getJobContext, getSplitContext, getStepContext, setFlowContext, setJobContext, setSplitContext, setStepContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

onSkipInRead

public void onSkipInRead(Exception ex)

onSkipInWrite

public void onSkipInWrite(Exception ex,
                          Object record)

onSkipInProcess

public void onSkipInProcess(Exception ex,
                            Object record)


Copyright © 2013. All Rights Reserved.