Uses of Class
jakarta.batch.operations.JobExecutionNotMostRecentException
-
Packages that use JobExecutionNotMostRecentException Package Description jakarta.batch.operations Provides APIs for starting, managing, and viewing results of Batch job executions, along with a set of exceptions. -
-
Uses of JobExecutionNotMostRecentException in jakarta.batch.operations
Methods in jakarta.batch.operations that throw JobExecutionNotMostRecentException Modifier and Type Method Description long
JobOperator. restart(long executionId, Properties restartParameters)
Restarts a failed or stopped job instance, which executes asynchronously.
-