Package javax.batch.runtime


package javax.batch.runtime
Provides APIs for viewing the detailed outcomes and metrics of Batch job executions.
  • Class
    Description
    BatchRuntime represents the JSR 352 Batch Runtime.
    BatchStatus enum defines the batch status values possible for a job.
    Provides a view of a job execution to the JobOperator.
    Provides a view of a job instance to the JobOperator.
    The Metric interface defines job metrics recorded by the batch runtime.
    The enum defining the specification-defined metric types.
    Provides a view of a step execution to the JobOperator.