Uses of Interface
jakarta.batch.runtime.JobInstance
-
Packages that use JobInstance Package Description jakarta.batch.operations Provides APIs for starting, managing, and viewing results of Batch job executions, along with a set of exceptions. -
-
Uses of JobInstance in jakarta.batch.operations
Methods in jakarta.batch.operations that return JobInstance Modifier and Type Method Description JobInstance
JobOperator. getJobInstance(long executionId)
Return the job instance for the specified execution id.Methods in jakarta.batch.operations that return types with arguments of type JobInstance Modifier and Type Method Description 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.Methods in jakarta.batch.operations with parameters of type JobInstance Modifier and Type Method Description List<JobExecution>
JobOperator. getJobExecutions(JobInstance instance)
Return all job executions belonging to the specified job instance.
-