Java org.springframework.batch.core.launch.support SimpleJobLauncher fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.batch.core.launch.support SimpleJobLauncher fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.batch.core.launch.support SimpleJobLauncher.

The text is from its open source code.

Constructor

Method

voidafterPropertiesSet()
Ensure the required dependencies of a JobRepository have been set.
JobExecutionrun(final Job job, final JobParameters jobParameters)
Run the provided job with the given JobParameters .
voidsetJobRepository(JobRepository jobRepository)
Set the JobRepository.
voidsetTaskExecutor(TaskExecutor taskExecutor)
Set the TaskExecutor.