Uses of Interface
javax.batch.operations.JobOperator
-
Packages that use JobOperator Package Description javax.batch.runtime Provides APIs for viewing the detailed outcomes and metrics of Batch job executions. -
-
Uses of JobOperator in javax.batch.runtime
Methods in javax.batch.runtime that return JobOperator Modifier and Type Method Description static JobOperator
BatchRuntime. getJobOperator()
The getJobOperator factory method returns an instance of the JobOperator interface.
-