Uses of Package
org.springframework.batch.retry.backoff

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

Classes in org.springframework.batch.retry.backoff used by org.springframework.batch.core.step.item
BackOffPolicy
          Strategy interface to control back off between attempts in a single retry operation.
 

Classes in org.springframework.batch.retry.backoff used by org.springframework.batch.retry.backoff
BackOffContext
           
BackOffInterruptedException
          Exception class signifiying that an attempt to back off using a BackOffPolicy was interrupted, most likely by an InterruptedException during a call to Thread.sleep(long).
BackOffPolicy
          Strategy interface to control back off between attempts in a single retry operation.
Sleeper
          Strategy interface for backoff policies to delegate the pausing of execution.
StatelessBackOffPolicy
          Simple base class for BackOffPolicy implementations that maintain no state across invocations.
 

Classes in org.springframework.batch.retry.backoff used by org.springframework.batch.retry.support
BackOffPolicy
          Strategy interface to control back off between attempts in a single retry operation.
 



Copyright © 2008 SpringSource. All Rights Reserved.