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

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

Classes in org.springframework.batch.retry.policy used by org.springframework.batch.retry.policy
AbstractStatefulRetryPolicy
          Base class for stateful retry policies: those that operate in the context of a callback that is called once per retry execution (usually to enforce that it is only called once per transaction).
AbstractStatelessRetryPolicy
          Base class for "normal" retry policies: those that operate in the context of a callback that is called repeatedly in a loop until it succeeds, or the policy decides to terminate.
NeverRetryPolicy
          A RetryPolicy that allows the first attempt but never permits a retry.
RetryCacheCapacityExceededException
          Exception that indicates that a cache limit was exceeded.
RetryContextCache
          Simple map-like bstraction for stateful retry policies to use when storing and retrieving RetryContext instances.
 



Copyright © 2008 SpringSource. All Rights Reserved.