Uses of Class
jakarta.batch.operations.NoSuchJobExecutionException
Package
Description
Provides APIs for starting, managing, and viewing results of Batch job executions, along with a set of exceptions.
-
Uses of NoSuchJobExecutionException in jakarta.batch.operations
Modifier and TypeMethodDescriptionvoid
JobOperator.abandon
(long executionId) Set batch status to ABANDONED.JobOperator.getJobExecution
(long executionId) Return job execution for specified execution id.JobOperator.getJobInstance
(long executionId) Return the job instance for the specified execution id.JobOperator.getParameters
(long executionId) Returns job parameters for a specified job instance.JobOperator.getStepExecutions
(long jobExecutionId) Return StepExecutions for specified execution id.long
JobOperator.restart
(long executionId, Properties restartParameters) Restarts a failed or stopped job instance, which executes asynchronously.void
JobOperator.stop
(long executionId) Request a running job execution stops.