Uses of Interface
jakarta.batch.runtime.JobInstance
Package
Description
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
Modifier and TypeMethodDescriptionJobOperator.getJobInstance
(long executionId) Return the job instance for the specified execution id.Modifier and TypeMethodDescriptionJobOperator.getJobInstances
(String jobName, int start, int count) Returns all JobInstances belonging to a job with a particular name in reverse chronological order.Modifier and TypeMethodDescriptionJobOperator.getJobExecutions
(JobInstance instance) Return all job executions belonging to the specified job instance.