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

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

public class RetryListenerProxy
extends AbstractProxy


Field Summary
 
Fields inherited from class com.ibm.batch.container.artifact.proxy.AbstractProxy
delegate, propertyMap
 
Method Summary
 void onRetryProcessException(Exception ex, Object item)
           
 void onRetryProcessItem(Exception ex, Object item)
           
 void onRetryReadException(Exception ex)
           
 void onRetryReadItem(Exception ex)
           
 void onRetryWriteException(Exception ex, List<Object> items)
           
 void onRetryWriteItem(Exception ex, Object item)
           
 
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

onRetryReadException

public void onRetryReadException(Exception ex)

onRetryReadItem

public void onRetryReadItem(Exception ex)

onRetryProcessException

public void onRetryProcessException(Exception ex,
                                    Object item)

onRetryProcessItem

public void onRetryProcessItem(Exception ex,
                               Object item)

onRetryWriteException

public void onRetryWriteException(Exception ex,
                                  List<Object> items)

onRetryWriteItem

public void onRetryWriteItem(Exception ex,
                             Object item)


Copyright © 2013. All Rights Reserved.