| Package | Description |
|---|---|
| javax.batch.operations |
Provides APIs for starting, managing, and viewing results of Batch job executions, along with a set of exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
JobInstance |
JobOperator.getJobInstance(long executionId)
Return the job instance for the specified execution id.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobExecution> |
JobOperator.getJobExecutions(JobInstance instance)
Return all job executions belonging to the specified job instance.
|
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.