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