Uses of Class
org.springframework.batch.core.StartLimitExceededException
Package
Description
Specific implementations of job concerns.
Flow related constructs including Flow interface, executors, and related exceptions
-
Uses of StartLimitExceededException in org.springframework.batch.core.job
Modifier and TypeMethodDescriptionprotected void
SimpleJob.doExecute
(JobExecution execution) Handler of steps sequentially as provided, checking each one for success before moving to the next.protected final StepExecution
AbstractJob.handleStep
(Step step, JobExecution execution) Convenience method for subclasses to delegate the handling of a specific step in the context of the currentJobExecution
.SimpleStepHandler.handleStep
(Step step, JobExecution execution) StepHandler.handleStep
(Step step, JobExecution jobExecution) Handle a step and return the execution for it.protected boolean
SimpleStepHandler.shouldStart
(StepExecution lastStepExecution, JobExecution jobExecution, Step step) Given a step and configuration, return true if the step should start, false if it should not, and throw an exception if the job should finish. -
Uses of StartLimitExceededException in org.springframework.batch.core.job.flow
Modifier and TypeMethodDescriptionFlowExecutor.executeStep
(Step step) JobFlowExecutor.executeStep
(Step step)