Uses of Interface
org.springframework.batch.core.step.skip.SkipPolicy

Packages that use SkipPolicy
org.springframework.batch.core.step.item Specific implementations of step concerns for item-oriented approach. 
org.springframework.batch.core.step.skip Specific implementations of skip concerns for items in a step. 
 

Uses of SkipPolicy in org.springframework.batch.core.step.item
 

Methods in org.springframework.batch.core.step.item with parameters of type SkipPolicy
 void FaultTolerantChunkProcessor.setProcessSkipPolicy(SkipPolicy SkipPolicy)
           
 void FaultTolerantChunkProvider.setSkipPolicy(SkipPolicy SkipPolicy)
          The policy that determines whether exceptions can be skipped on read.
 void FaultTolerantChunkProcessor.setWriteSkipPolicy(SkipPolicy SkipPolicy)
           
 

Uses of SkipPolicy in org.springframework.batch.core.step.skip
 

Classes in org.springframework.batch.core.step.skip that implement SkipPolicy
 class AlwaysSkipItemSkipPolicy
          Implementation of the SkipPolicy interface that will always return that an item should be skipped.
 class LimitCheckingItemSkipPolicy
           SkipPolicy that determines whether or not reading should continue based upon how many items have been skipped.
 class NeverSkipItemSkipPolicy
          SkipPolicy implementation that always returns false, indicating that an item should not be skipped.
 



Copyright © 2009. All Rights Reserved.