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   
 

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.
 



Copyright © 2009 SpringSource. All Rights Reserved.