Uses of Interface
org.springframework.batch.retry.RetryListener

Packages that use RetryListener
org.springframework.batch.core.step.item Specific implementations of step concerns for item-oriented approach. 
org.springframework.batch.retry.listener Infrastructure implementations of retry interceptor concerns. 
org.springframework.batch.retry.support Infrastructure implementations of retry support concerns. 
 

Uses of RetryListener in org.springframework.batch.core.step.item
 

Classes in org.springframework.batch.core.step.item that implement RetryListener
 class SimpleRetryExceptionHandler
          An ExceptionHandler that is aware of the retry context so that it can distinguish between a fatal exception and one that can be retried.
 

Methods in org.springframework.batch.core.step.item with parameters of type RetryListener
 void BatchRetryTemplate.registerListener(RetryListener listener)
           
 void BatchRetryTemplate.setListeners(RetryListener[] listeners)
           
 void FaultTolerantStepFactoryBean.setRetryListeners(RetryListener... retryListeners)
          Public setter for the RetryListeners.
 

Uses of RetryListener in org.springframework.batch.retry.listener
 

Classes in org.springframework.batch.retry.listener that implement RetryListener
 class RetryListenerSupport
          Empty method implementation of RetryListener.
 

Uses of RetryListener in org.springframework.batch.retry.support
 

Methods in org.springframework.batch.retry.support with parameters of type RetryListener
 void RetryTemplate.registerListener(RetryListener listener)
          Register an additional listener.
 void RetryTemplate.setListeners(RetryListener[] listeners)
          Setter for listeners.
 



Copyright © 2013 SpringSource. All Rights Reserved.