Uses of Class
org.springframework.batch.core.launch.NoSuchJobException
Package
Description
Interfaces for registration and location of job configurations.
Specific implementations of configuration concerns.
Interfaces and related classes to support meta data browsing.
Specific implementations of explorer concerns.
Interfaces and simple implementations of launch concerns.
Support classes for use in bootstrap and launch implementations or configurations.
Specific implementations of dao concerns.
-
Uses of NoSuchJobException in org.springframework.batch.core.configuration
-
Uses of NoSuchJobException in org.springframework.batch.core.configuration.support
-
Uses of NoSuchJobException in org.springframework.batch.core.explore
Modifier and TypeMethodDescriptionlong
JobExplorer.getJobInstanceCount
(String jobName) Query the repository for the number of uniqueJobInstance
objects associated with the supplied job name. -
Uses of NoSuchJobException in org.springframework.batch.core.explore.support
-
Uses of NoSuchJobException in org.springframework.batch.core.launch
Modifier and TypeMethodDescriptionJobOperator.getJobInstances
(String jobName, int start, int count) List theJobInstances
for a given job name, in reverse order of creation (and therefore usually of first execution).JobOperator.getRunningExecutions
(String jobName) Get the id values of all the runningJobExecutions
with the given job name.JobOperator.restart
(long executionId) Restart a failed or stoppedJobExecution
.Deprecated, for removal: This API element is subject to removal in a future version.default Long
JobOperator.start
(String jobName, Properties parameters) Start a new instance of a job with the parameters specified.JobOperator.startNextInstance
(String jobName) Launch the next in a sequence ofJobInstance
determined by theJobParametersIncrementer
attached to the specified job. -
Uses of NoSuchJobException in org.springframework.batch.core.launch.support
Modifier and TypeMethodDescriptionSimpleJobOperator.getJobInstances
(String jobName, int start, int count) SimpleJobOperator.getRunningExecutions
(String jobName) SimpleJobOperator.restart
(long executionId) Deprecated, for removal: This API element is subject to removal in a future version.SimpleJobOperator.start
(String jobName, Properties parameters) SimpleJobOperator.startNextInstance
(String jobName) -
Uses of NoSuchJobException in org.springframework.batch.core.repository.dao
Modifier and TypeMethodDescriptionlong
JdbcJobInstanceDao.getJobInstanceCount
(String jobName) long
JobInstanceDao.getJobInstanceCount
(String jobName) Query the repository for the number of uniqueJobInstance
s associated with the supplied job name.
JobOperator.start(String, Properties)
instead.