|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use NoSuchJobExecutionException | |
|---|---|
| javax.batch.operations | |
| Uses of NoSuchJobExecutionException in javax.batch.operations |
|---|
| Methods in javax.batch.operations that throw NoSuchJobExecutionException | |
|---|---|
void |
JobOperator.abandon(long executionId)
Set batch status to ABANDONED. |
JobExecution |
JobOperator.getJobExecution(long executionId)
Return job execution for specified execution id |
JobInstance |
JobOperator.getJobInstance(long executionId)
Return the job instance for the specified execution id. |
Properties |
JobOperator.getParameters(long executionId)
Returns job parameters for a specified job instance. |
List<StepExecution<?>> |
JobOperator.getStepExecutions(long jobExecutionId)
Return StepExecutions for specified execution id. |
long |
JobOperator.restart(long executionId,
Properties restartParameters)
Restarts a failed or stopped job instance. |
void |
JobOperator.stop(long executionId)
Request a running job execution stops. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||