|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchJobException | |
|---|---|
| org.springframework.batch.core.configuration | Interfaces for registration and location of job configurations. |
| org.springframework.batch.core.configuration.support | Specific implementations of configuration concerns. |
| org.springframework.batch.core.launch | Interfaces and simple implementations of launch concerns. |
| org.springframework.batch.core.launch.support | Support classes for use in bootstrap and launch implementations or configurations. |
| Uses of NoSuchJobException in org.springframework.batch.core.configuration |
|---|
| Methods in org.springframework.batch.core.configuration that throw NoSuchJobException | |
|---|---|
Job |
JobLocator.getJob(java.lang.String name)
Locates a Job at runtime. |
| Uses of NoSuchJobException in org.springframework.batch.core.configuration.support |
|---|
| Methods in org.springframework.batch.core.configuration.support that throw NoSuchJobException | |
|---|---|
Job |
MapJobRegistry.getJob(java.lang.String name)
|
Job |
ClassPathXmlJobRegistry.getJob(java.lang.String name)
|
| Uses of NoSuchJobException in org.springframework.batch.core.launch |
|---|
| Methods in org.springframework.batch.core.launch that throw NoSuchJobException | |
|---|---|
java.util.List<java.lang.Long> |
JobOperator.getJobInstances(java.lang.String jobName,
int start,
int count)
List the JobInstances for a given job name, in
reverse order of creation (and therefore usually of first execution). |
java.util.Set<java.lang.Long> |
JobOperator.getRunningExecutions(java.lang.String jobName)
Get the id values of all the running JobExecutions
with the given job name. |
java.lang.Long |
JobOperator.restart(long executionId)
Restart a failed or stopped JobExecution. |
java.lang.Long |
JobOperator.start(java.lang.String jobName,
java.lang.String parameters)
Start a new instance of a job with the parameters specified. |
java.lang.Long |
JobOperator.startNextInstance(java.lang.String jobName)
Launch the next in a sequence of JobInstance determined by the
JobParametersIncrementer attached to the specified job. |
| Uses of NoSuchJobException in org.springframework.batch.core.launch.support |
|---|
| Methods in org.springframework.batch.core.launch.support that throw NoSuchJobException | |
|---|---|
java.util.List<java.lang.Long> |
SimpleJobOperator.getJobInstances(java.lang.String jobName,
int start,
int count)
|
java.util.Set<java.lang.Long> |
SimpleJobOperator.getRunningExecutions(java.lang.String jobName)
|
java.lang.Long |
SimpleJobOperator.restart(long executionId)
|
java.lang.Long |
SimpleJobOperator.start(java.lang.String jobName,
java.lang.String parameters)
|
java.lang.Long |
SimpleJobOperator.startNextInstance(java.lang.String jobName)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||