|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use NoSuchJobException | |
|---|---|
| javax.batch.operations | |
| Uses of NoSuchJobException in javax.batch.operations |
|---|
| Methods in javax.batch.operations that throw NoSuchJobException | |
|---|---|
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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||