com.ibm.jbatch.tck.artifacts.specialized
Class MyMultipleExceptionsRetryReadListener

java.lang.Object
  extended by com.ibm.jbatch.tck.artifacts.specialized.MyMultipleExceptionsRetryReadListener
All Implemented Interfaces:
RetryReadListener<java.lang.Object>

@Named(value="myMultipleExceptionsRetryReadListener")
public class MyMultipleExceptionsRetryReadListener
extends java.lang.Object
implements RetryReadListener<java.lang.Object>


Field Summary
static java.lang.String BAD_EXIT_STATUS
           
static java.lang.String GOOD_EXIT_STATUS
           
 
Constructor Summary
MyMultipleExceptionsRetryReadListener()
           
 
Method Summary
 void onRetryReadException(java.lang.Exception ex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GOOD_EXIT_STATUS

public static final java.lang.String GOOD_EXIT_STATUS
See Also:
Constant Field Values

BAD_EXIT_STATUS

public static final java.lang.String BAD_EXIT_STATUS
See Also:
Constant Field Values
Constructor Detail

MyMultipleExceptionsRetryReadListener

public MyMultipleExceptionsRetryReadListener()
Method Detail

onRetryReadException

public void onRetryReadException(java.lang.Exception ex)
                          throws java.lang.Exception
Specified by:
onRetryReadException in interface RetryReadListener<java.lang.Object>
Throws:
java.lang.Exception


Copyright © 2013. All Rights Reserved.