Uses of Interface
jakarta.batch.runtime.JobExecution
Packages that use JobExecution
Package
Description
Provides APIs for starting, managing, and viewing results of Batch job executions, along with a set of exceptions.
-
Uses of JobExecution in jakarta.batch.operations
Methods in jakarta.batch.operations that return JobExecutionModifier and TypeMethodDescriptionJobOperator.getJobExecution
(long executionId) Return job execution for specified execution id.Methods in jakarta.batch.operations that return types with arguments of type JobExecutionModifier and TypeMethodDescriptionJobOperator.getJobExecutions
(JobInstance instance) Return all job executions belonging to the specified job instance.