Class JobFlowExecutor

java.lang.Object
org.springframework.batch.core.job.flow.JobFlowExecutor
All Implemented Interfaces:
FlowExecutor

public class JobFlowExecutor extends Object implements FlowExecutor
Implementation of FlowExecutor for use in components that need to execute a flow related to a JobExecution.
Author:
Dave Syer, Michael Minella, Mahmoud Ben Hassine