Uses of Class
jakarta.batch.operations.JobExecutionNotRunningException
-
Packages that use JobExecutionNotRunningException 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 JobExecutionNotRunningException in jakarta.batch.operations
Methods in jakarta.batch.operations that throw JobExecutionNotRunningException Modifier and Type Method Description void
JobOperator. stop(long executionId)
Request a running job execution stops.
-