Top Description Interfaces Classes Enums
[default module]

Package jakarta.batch.runtime


Provides APIs for viewing the detailed outcomes and metrics of Batch job executions.
Version
2.0

Interface Summary

Modifier and TypeInterface and Description
public interface
JobExecution

Provides a view of a job execution to the JobOperator.

public interface
JobInstance

Provides a view of a job instance to the JobOperator.

public interface
Metric

The Metric interface defines job metrics recorded by the batch runtime.

public interface
StepExecution

Provides a view of a step execution to the JobOperator.

Class Summary

Modifier and TypeClass and Description
public class
BatchRuntime

BatchRuntime represents the Jakarta Batch Runtime.

Enum Summary

Modifier and TypeEnum and Description
public enum
BatchStatus

BatchStatus enum defines the batch status values possible for a job.