Uses of Interface
javax.batch.runtime.JobExecution
-
Packages that use JobExecution 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 JobExecution in javax.batch.operations
Methods in javax.batch.operations that return JobExecution Modifier and Type Method Description JobExecution
JobOperator. getJobExecution(long executionId)
Return job execution for specified execution idMethods in javax.batch.operations that return types with arguments of type JobExecution Modifier and Type Method Description java.util.List<JobExecution>
JobOperator. getJobExecutions(JobInstance instance)
Return all job executions belonging to the specified job instance.
-