Uses of Interface
org.springframework.batch.core.job.StepHandler

Packages that use StepHandler
org.springframework.batch.core.job Specific implementations of job concerns. 
org.springframework.batch.core.job.flow   
 

Uses of StepHandler in org.springframework.batch.core.job
 

Classes in org.springframework.batch.core.job that implement StepHandler
 class SimpleStepHandler
          Implementation of StepHandler that manages repository and restart concerns.
 

Uses of StepHandler in org.springframework.batch.core.job.flow
 

Constructors in org.springframework.batch.core.job.flow with parameters of type StepHandler
JobFlowExecutor(JobRepository jobRepository, StepHandler stepHandler, JobExecution execution)
           
 



Copyright © 2011. All Rights Reserved.