Uses of Class
javax.batch.operations.JobStartException
-
Packages that use JobStartException 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 JobStartException in javax.batch.operations
Methods in javax.batch.operations that throw JobStartException Modifier and Type Method Description long
JobOperator. start(java.lang.String jobXMLName, java.util.Properties jobParameters)
Creates a new job instance and starts the first execution of that instance.
-