Class RetryProcessListenerAdapter

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

    public class RetryProcessListenerAdapter
    extends java.lang.Object
    implements RetryListener, javax.batch.api.chunk.listener.RetryProcessListener

    Wrapper class to adapt a RetryProcessListener to a RetryListener.

    Since:
    3.0
    Author:
    Chris Schaefer
    • Constructor Summary

      Constructors 
      ConstructorDescription
      RetryProcessListenerAdapter​(javax.batch.api.chunk.listener.RetryProcessListener retryProcessListener) 
    • Method Summary

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

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

      • RetryProcessListenerAdapter

        public RetryProcessListenerAdapter​(javax.batch.api.chunk.listener.RetryProcessListener retryProcessListener)
    • Method Detail

      • onRetryProcessException

        public void onRetryProcessException​(java.lang.Object item,
                                            java.lang.Exception ex)
                                     throws java.lang.Exception
        Specified by:
        onRetryProcessException in interface javax.batch.api.chunk.listener.RetryProcessListener
        Throws:
        java.lang.Exception