Uses of Class
javax.batch.operations.NoSuchJobExecutionException
-
Packages that use NoSuchJobExecutionException Package Description javax.batch.operations Provides APIs for starting, managing, and viewing results of Batch job executions, along with a set of exceptions. -
-
Uses of NoSuchJobExecutionException in javax.batch.operations
Methods in javax.batch.operations that throw NoSuchJobExecutionException Modifier and Type Method Description voidJobOperator. abandon(long executionId)Set batch status to ABANDONED.JobExecutionJobOperator. getJobExecution(long executionId)Return job execution for specified execution idJobInstanceJobOperator. getJobInstance(long executionId)Return the job instance for the specified execution id.java.util.PropertiesJobOperator. getParameters(long executionId)Returns job parameters for a specified job instance.java.util.List<StepExecution>JobOperator. getStepExecutions(long jobExecutionId)Return StepExecutions for specified execution id.longJobOperator. restart(long executionId, java.util.Properties restartParameters)Restarts a failed or stopped job instance.voidJobOperator. stop(long executionId)Request a running job execution stops.
-