Uses of Class
javax.batch.operations.JobRestartException
-
Packages that use JobRestartException 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 JobRestartException in javax.batch.operations
Methods in javax.batch.operations that throw JobRestartException Modifier and Type Method Description long
JobOperator. restart(long executionId, java.util.Properties restartParameters)
Restarts a failed or stopped job instance.
-