Uses of Class
org.springframework.batch.core.launch.NoSuchJobExecutionException
Packages that use NoSuchJobExecutionException
Package
Description
Interfaces and simple implementations of launch concerns.
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 NoSuchJobExecutionExceptionModifier and TypeMethodDescriptionJobOperator.abandon(long jobExecutionId) Mark theJobExecutionas ABANDONED.JobOperator.getParameters(long executionId) Get theJobParametersas a human readable String (new line separated key=value pairs).JobOperator.getStepExecutionSummaries(long executionId) Summarise theStepExecutioninstances belonging to theJobExecutionwith the supplied id, giving details of status, start and end times etc.JobOperator.getSummary(long executionId) Summarise theJobExecutionwith the supplied id, giving details of status, start and end times etc.JobOperator.restart(long executionId) Restart a failed or stoppedJobExecution.booleanJobOperator.stop(long executionId) Send a stop signal to theJobExecutionwith the supplied id. -
Uses of NoSuchJobExecutionException in org.springframework.batch.core.launch.support
Methods in org.springframework.batch.core.launch.support that throw NoSuchJobExecutionExceptionModifier and TypeMethodDescriptionSimpleJobOperator.abandon(long jobExecutionId) SimpleJobOperator.getParameters(long executionId) SimpleJobOperator.getStepExecutionSummaries(long executionId) SimpleJobOperator.getSummary(long executionId) SimpleJobOperator.restart(long executionId) booleanSimpleJobOperator.stop(long executionId)