Uses of Interface
org.springframework.batch.core.step.StepInterruptionPolicy

Packages that use StepInterruptionPolicy
org.springframework.batch.core.step Specific implementations of step concerns. 
org.springframework.batch.core.step.item Specific implementations of step concerns for item-oriented approach. 
 

Uses of StepInterruptionPolicy in org.springframework.batch.core.step
 

Classes in org.springframework.batch.core.step that implement StepInterruptionPolicy
 class ThreadStepInterruptionPolicy
          Policy that checks the current thread to see if it has been interrupted.
 

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

Methods in org.springframework.batch.core.step.item with parameters of type StepInterruptionPolicy
 void ItemOrientedStep.setInterruptionPolicy(StepInterruptionPolicy interruptionPolicy)
          Setter for the StepInterruptionPolicy.
 



Copyright © 2008 SpringSource. All Rights Reserved.