Class SimpleJobOperator

java.lang.Object
org.springframework.batch.core.launch.support.SimpleJobOperator
All Implemented Interfaces:
JobOperator, org.springframework.beans.factory.InitializingBean

public class SimpleJobOperator extends Object implements JobOperator, org.springframework.beans.factory.InitializingBean
Simple implementation of the JobOperator interface. Due to the amount of functionality the implementation is combining, the following dependencies are required:
Since:
2.0
Author:
Dave Syer, Lucas Ward, Will Schipp, Mahmoud Ben Hassine