Class MyMultipleExceptionsRetryReadListener
- java.lang.Object
-
- com.ibm.jbatch.tck.artifacts.specialized.MyMultipleExceptionsRetryReadListener
-
- All Implemented Interfaces:
jakarta.batch.api.chunk.listener.RetryReadListener
@Named("myMultipleExceptionsRetryReadListener") public class MyMultipleExceptionsRetryReadListener extends Object implements jakarta.batch.api.chunk.listener.RetryReadListener
-
-
Field Summary
Fields Modifier and Type Field Description static String
BAD_EXIT_STATUS
static String
GOOD_EXIT_STATUS
-
Constructor Summary
Constructors Constructor Description MyMultipleExceptionsRetryReadListener()
-
-
-
Field Detail
-
GOOD_EXIT_STATUS
public static final String GOOD_EXIT_STATUS
- See Also:
- Constant Field Values
-
BAD_EXIT_STATUS
public static final String BAD_EXIT_STATUS
- See Also:
- Constant Field Values
-
-