Uses of Class
javax.batch.operations.NoSuchJobInstanceException
-
Packages that use NoSuchJobInstanceException 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 NoSuchJobInstanceException in javax.batch.operations
Methods in javax.batch.operations that throw NoSuchJobInstanceException Modifier and Type Method Description java.util.List<JobExecution>
JobOperator. getJobExecutions(JobInstance instance)
Return all job executions belonging to the specified job instance.
-