|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchJobExecutionException | |
|---|---|
| org.springframework.batch.core.launch | Interfaces and simple implementations of launch concerns. |
| org.springframework.batch.core.launch.support | Support classes for use in bootstrap and launch implementations or configurations. |
| Uses of NoSuchJobExecutionException in org.springframework.batch.core.launch |
|---|
| Methods in org.springframework.batch.core.launch that throw NoSuchJobExecutionException | |
|---|---|
java.lang.String |
JobOperator.getParameters(long executionId)
Get the JobParameters as an easily readable String. |
java.util.Map<java.lang.Long,java.lang.String> |
JobOperator.getStepExecutionSummaries(long executionId)
Summarise the StepExecution instances belonging to the
JobExecution with the supplied id, giving details of status,
start and end times etc. |
java.lang.String |
JobOperator.getSummary(long executionId)
Summarise the JobExecution with the supplied id, giving details
of status, start and end times etc. |
java.lang.Long |
JobOperator.restart(long executionId)
Restart a failed or stopped JobExecution. |
boolean |
JobOperator.stop(long executionId)
Send a stop signal to the JobExecution with the supplied id. |
| Uses of NoSuchJobExecutionException in org.springframework.batch.core.launch.support |
|---|
| Methods in org.springframework.batch.core.launch.support that throw NoSuchJobExecutionException | |
|---|---|
java.lang.String |
SimpleJobOperator.getParameters(long executionId)
|
java.util.Map<java.lang.Long,java.lang.String> |
SimpleJobOperator.getStepExecutionSummaries(long executionId)
|
java.lang.String |
SimpleJobOperator.getSummary(long executionId)
|
java.lang.Long |
SimpleJobOperator.restart(long executionId)
|
boolean |
SimpleJobOperator.stop(long executionId)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||