Uses of Enum Class
jakarta.batch.runtime.BatchStatus
Package
Description
Provides APIs for artifacts specific to a Batch partitioned step.
Provides APIs for viewing the detailed outcomes and metrics of Batch job executions.
Provides APIs for context classes allowing data sharing across Batch artifacts within a job instance and within a step.
-
Uses of BatchStatus in jakarta.batch.api.partition
Modifier and TypeMethodDescriptionvoid
AbstractPartitionAnalyzer.analyzeStatus
(BatchStatus batchStatus, String exitStatus) Override this method to analyze partition end status.void
PartitionAnalyzer.analyzeStatus
(BatchStatus batchStatus, String exitStatus) The analyzeStatus method receives control each time a partition ends. -
Uses of BatchStatus in jakarta.batch.runtime
Modifier and TypeMethodDescriptionJobExecution.getBatchStatus()
Get batch status of this execution.StepExecution.getBatchStatus()
Get batch status of this step execution.static BatchStatus
Returns the enum constant of this class with the specified name.static BatchStatus[]
BatchStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BatchStatus in jakarta.batch.runtime.context
Modifier and TypeMethodDescriptionJobContext.getBatchStatus()
The getBatchStatus method simply returns the batch status value set by the batch runtime into the job context.StepContext.getBatchStatus()
The getBatchStatus method returns the current batch status of the current step.