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

Packages that use RecoveryCallback
org.springframework.batch.retry.callback Infrastructure implementations of retry callback concerns. 
 

Uses of RecoveryCallback in org.springframework.batch.retry.callback
 

Methods in org.springframework.batch.retry.callback that return RecoveryCallback
 RecoveryCallback RecoveryRetryCallback.getRecoveryCallback()
          Accessor for the RecoveryCallback.
 

Methods in org.springframework.batch.retry.callback with parameters of type RecoveryCallback
 void RecoveryRetryCallback.setRecoveryCallback(RecoveryCallback recoverer)
          Setter for injecting optional recovery handler.
 



Copyright © 2009 SpringSource. All Rights Reserved.