Uses of Interface
javax.batch.runtime.StepExecution
-
Packages that use StepExecution Package Description javax.batch.api Provides APIs used by Batch artifacts.javax.batch.operations 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 StepExecution Modifier and Type Method Description java.lang.String
Decider. 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 StepExecution Modifier and Type Method Description java.util.List<StepExecution>
JobOperator. getStepExecutions(long jobExecutionId)
Return StepExecutions for specified execution id.
-