Uses of Class
jakarta.batch.operations.NoSuchJobException
-
Packages that use NoSuchJobException 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 NoSuchJobException in jakarta.batch.operations
Methods in jakarta.batch.operations that throw NoSuchJobException Modifier and Type Method Description int
JobOperator. getJobInstanceCount(String jobName)
Returns number of instances of a job with a particular name.List<JobInstance>
JobOperator. getJobInstances(String jobName, int start, int count)
Returns all JobInstances belonging to a job with a particular name in reverse chronological order.List<Long>
JobOperator. getRunningExecutions(String jobName)
Returns execution ids for job instances with the specified name that have running executions.
-