Uses of Class
jakarta.batch.operations.JobStartException
-
Packages that use JobStartException Package Description jakarta.batch.operations Provides APIs for starting, managing, and viewing results of Batch job executions, along with a set of exceptions. -
-
Uses of JobStartException in jakarta.batch.operations
Methods in jakarta.batch.operations that throw JobStartException Modifier and Type Method Description long
JobOperator. start(String jobXMLName, Properties jobParameters)
Creates a new job instance and starts the first execution of that instance, which executes asynchronously.
-