Package org.springframework.batch.repeat.policy

Infrastructure implementations of repeat policy concerns.

See:
          Description

Class Summary
CompletionPolicySupport Very simple base class for CompletionPolicy implementations.
CompositeCompletionPolicy Composite policy that loops through a list of delegate policies and answers calls by a concensus.
CountingCompletionPolicy Abstract base class for policies that need to count the number of occurrences of some event (e.g. an exception type in the context), and terminate based on a limit for the counter.
DefaultResultCompletionPolicy Very simple CompletionPolicy that bases its decision on the result of a batch operation.
SimpleCompletionPolicy Policy for terminating a batch after a fixed number of operations.
TimeoutTerminationPolicy Termination policy that times out after a fixed period.
 

Package org.springframework.batch.repeat.policy Description

Infrastructure implementations of repeat policy concerns.



Copyright © 2009 SpringSource. All Rights Reserved.