Example usage for Java org.springframework.batch.core Job fields, constructors, methods, implement or subclass
The text is from its open source code.
void | execute(JobExecution execution) Run the JobExecution and update the meta information like status and statistics as necessary. |
JobParametersIncrementer | getJobParametersIncrementer() If clients need to generate new parameters for the next execution in a sequence they can use this incrementer. |
JobParametersValidator | getJobParametersValidator() A validator for the job parameters of a JobExecution . |
String | getName() |
boolean | isRestartable() Flag to indicate if this job can be restarted, at least in principle. |