Package org.springframework.batch.core.launch
@NonNullApi
package org.springframework.batch.core.launch
Interfaces and simple implementations of launch concerns.
- Author:
- Michael Minella, Mahmoud Ben Hassine
-
ClassDescriptionChecked exception to indicate that user asked for a job execution to be resumed when actually it didn't fail.Checked exception indicating that a JobExecution that is not currently running has been requested to stop.Checked exception to indicate that user asked for a job execution to be aborted when hasn't been stopped.Checked exception to indicate that a required
Job
is not available.Simple interface for controlling jobs, including possible ad-hoc executions, based on different runtime identifiers.Low level interface for inspecting and controlling jobs with access only to primitive and collection types.Checked exception to indicate that a requiredJobParametersIncrementer
is not available.Checked exception to indicate that a requiredJob
is not available.Checked exception to indicate that a requiredJobExecution
is not available.Exception that signals that the user requested an operation on a non-existentJobInstance
.