|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JobInstanceAlreadyCompleteException | |
|---|---|
| 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. |
| org.springframework.batch.core.repository | Interfaces and generic implementations of repository concerns. |
| org.springframework.batch.core.repository.support | Specific implementations of repository concerns. |
| Uses of JobInstanceAlreadyCompleteException in org.springframework.batch.core.launch |
|---|
| Methods in org.springframework.batch.core.launch that throw JobInstanceAlreadyCompleteException | |
|---|---|
java.lang.Long |
JobOperator.restart(long executionId)
Restart a failed or stopped JobExecution. |
JobExecution |
JobLauncher.run(Job job,
JobParameters jobParameters)
Start a job execution for the given Job and JobParameters
. |
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 JobInstanceAlreadyCompleteException in org.springframework.batch.core.launch.support |
|---|
| Methods in org.springframework.batch.core.launch.support that throw JobInstanceAlreadyCompleteException | |
|---|---|
java.lang.Long |
SimpleJobOperator.restart(long executionId)
|
JobExecution |
SimpleJobLauncher.run(Job job,
JobParameters jobParameters)
Run the provided job with the given JobParameters. |
| Uses of JobInstanceAlreadyCompleteException in org.springframework.batch.core.repository |
|---|
| Methods in org.springframework.batch.core.repository that throw JobInstanceAlreadyCompleteException | |
|---|---|
JobExecution |
JobRepository.createJobExecution(java.lang.String jobName,
JobParameters jobParameters)
Create a JobExecution for a given Job and
JobParameters. |
| Uses of JobInstanceAlreadyCompleteException in org.springframework.batch.core.repository.support |
|---|
| Methods in org.springframework.batch.core.repository.support that throw JobInstanceAlreadyCompleteException | |
|---|---|
JobExecution |
SimpleJobRepository.createJobExecution(java.lang.String jobName,
JobParameters jobParameters)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||