Uses of Class
javax.batch.operations.JobExecutionNotRunningException
-
Packages that use JobExecutionNotRunningException Package Description javax.batch.operations Provides APIs for starting, managing, and viewing results of Batch job executions, along with a set of exceptions. -
-
Uses of JobExecutionNotRunningException in javax.batch.operations
Methods in javax.batch.operations that throw JobExecutionNotRunningException Modifier and Type Method Description void
JobOperator. stop(long executionId)
Request a running job execution stops.
-