Uses of Class
org.springframework.batch.repeat.policy.DefaultResultCompletionPolicy

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

Uses of DefaultResultCompletionPolicy in org.springframework.batch.repeat.policy
 

Subclasses of DefaultResultCompletionPolicy in org.springframework.batch.repeat.policy
 class CountingCompletionPolicy
          Abstract base class for policies that need to count the number of occurrences of some event (e.g.
 class SimpleCompletionPolicy
          Policy for terminating a batch after a fixed number of operations.
 



Copyright © 2008 SpringSource. All Rights Reserved.