Uses of Interface
org.springframework.batch.retry.policy.RetryContextCache

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

Uses of RetryContextCache in org.springframework.batch.retry.policy
 

Classes in org.springframework.batch.retry.policy that implement RetryContextCache
 class MapRetryContextCache
          Map-based implementation of RetryContextCache.
 

Fields in org.springframework.batch.retry.policy declared as RetryContextCache
protected  RetryContextCache AbstractStatefulRetryPolicy.retryContextCache
           
 

Methods in org.springframework.batch.retry.policy with parameters of type RetryContextCache
 void AbstractStatefulRetryPolicy.setRetryContextCache(RetryContextCache retryContextCache)
          Optional setter for the retry context cache.
 



Copyright © 2009 SpringSource. All Rights Reserved.