Class SimpleJobOperator

java.lang.Object
org.springframework.batch.core.launch.support.TaskExecutorJobLauncher
org.springframework.batch.core.launch.support.SimpleJobOperator
All Implemented Interfaces:
JobLauncher, JobOperator, org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
TaskExecutorJobOperator

@Deprecated(since="6.0", forRemoval=true) public class SimpleJobOperator extends TaskExecutorJobLauncher implements JobOperator, org.springframework.beans.factory.InitializingBean
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0 in favor of TaskExecutorJobOperator. Scheduled for removal in 6.2 or later.
Simple implementation of the JobOperator interface. 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, Andrey Litvitski, Yejeong Ham
See Also: