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