Uses of Interface
javax.batch.runtime.JobInstance

Packages that use JobInstance
javax.batch.operations   
 

Uses of JobInstance in javax.batch.operations
 

Methods in javax.batch.operations that return JobInstance
 JobInstance JobOperator.getJobInstance(long executionId)
          Return the job instance for the specified execution id.
 

Methods in javax.batch.operations that return types with arguments of type JobInstance
 List<JobInstance> JobOperator.getJobInstances(String jobName, int start, int count)
          Returns all JobInstances belonging to a job with a particular name.
 

Methods in javax.batch.operations with parameters of type JobInstance
 List<JobExecution> JobOperator.getJobExecutions(JobInstance instance)
          Return all job executions belonging to the specified job instance.
 



Copyright © 2013. All Rights Reserved.