Uses of Interface
org.springframework.batch.core.job.flow.JobExecutionDecider

Packages that use JobExecutionDecider
org.springframework.batch.core.job.flow.support.state   
org.springframework.batch.sample.loopFlow   
 

Uses of JobExecutionDecider in org.springframework.batch.core.job.flow.support.state
 

Constructors in org.springframework.batch.core.job.flow.support.state with parameters of type JobExecutionDecider
DecisionState(JobExecutionDecider decider, String name)
           
 

Uses of JobExecutionDecider in org.springframework.batch.sample.loopFlow
 

Classes in org.springframework.batch.sample.loopFlow that implement JobExecutionDecider
 class LimitDecider
          This decider will return "CONTINUE" until the limit it reached, at which point it will return "COMPLETE".
 



Copyright © 2009 SpringSource. All Rights Reserved.