Uses of Interface
javax.batch.runtime.StepExecution
Packages that use StepExecution
Package
Description
Provides APIs used by Batch artifacts.
Provides APIs for starting, managing, and viewing results of Batch job executions, along with a set of exceptions.
-
Uses of StepExecution in javax.batch.api
Methods in javax.batch.api with parameters of type StepExecutionModifier and TypeMethodDescriptionDecider.decide
(StepExecution[] executions) The decide method sets a new exit status for a job. -
Uses of StepExecution in javax.batch.operations
Methods in javax.batch.operations that return types with arguments of type StepExecutionModifier and TypeMethodDescriptionJobOperator.getStepExecutions
(long jobExecutionId) Return StepExecutions for specified execution id.