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.tasklet Interfaces and generic implementations of tasklet concerns. 
 

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.tasklet
 

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



Copyright © 2013 SpringSource. All Rights Reserved.