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: This class can be instantiated with a JobOperatorFactoryBean to create a transactional proxy around the job operator.
Since:
2.0
Author:
Dave Syer, Lucas Ward, Will Schipp, Mahmoud Ben Hassine
See Also: