Class RetryReadListenerAdapter

  • All Implemented Interfaces:
    javax.batch.api.chunk.listener.RetryReadListener, RetryListener, StepListener

    public class RetryReadListenerAdapter
    extends java.lang.Object
    implements RetryListener, javax.batch.api.chunk.listener.RetryReadListener

    Wrapper class to adapt a RetryReadListener to a RetryListener.

    Since:
    3.0
    Author:
    Chris Schaefer
    • Constructor Summary

      Constructors 
      ConstructorDescription
      RetryReadListenerAdapter​(javax.batch.api.chunk.listener.RetryReadListener retryReadListener) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      voidonRetryReadException​(java.lang.Exception ex) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RetryReadListenerAdapter

        public RetryReadListenerAdapter​(javax.batch.api.chunk.listener.RetryReadListener retryReadListener)
    • Method Detail

      • onRetryReadException

        public void onRetryReadException​(java.lang.Exception ex)
                                  throws java.lang.Exception
        Specified by:
        onRetryReadException in interface javax.batch.api.chunk.listener.RetryReadListener
        Throws:
        java.lang.Exception