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

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

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

Classes in org.springframework.batch.core.job that implement StepLocator
 class AbstractJob
          Abstract implementation of the Job interface.
 class SimpleJob
          Simple implementation of Job interface providing the ability to run a JobExecution.
 

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

Classes in org.springframework.batch.core.job.flow that implement StepLocator
 class FlowJob
          Implementation of the Job interface that allows for complex flows of steps, rather than requiring sequential execution.
 

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

Fields in org.springframework.batch.core.step declared as StepLocator
 StepLocator StepLocatorStepFactoryBean.stepLocator
           
 

Methods in org.springframework.batch.core.step with parameters of type StepLocator
 void StepLocatorStepFactoryBean.setStepLocator(StepLocator stepLocator)
           
 



Copyright © 2013 SpringSource. All Rights Reserved.