Uses of Class
javax.batch.operations.NoSuchJobException

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(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.
 



© Copyright IBM Corp. 2013
Licensed under the Apache License, Version 2.0