Uses of Class
org.springframework.batch.core.repository.JobInstanceAlreadyCompleteException
Packages that use JobInstanceAlreadyCompleteException
Package
Description
Interfaces and simple implementations of launch concerns.
Support classes for use in bootstrap and launch implementations or configurations.
Interfaces and generic implementations of repository concerns.
Specific implementations of repository concerns.
Utility classes for batch job/step testing.
-
Uses of JobInstanceAlreadyCompleteException in org.springframework.batch.core.launch
Methods in org.springframework.batch.core.launch that throw JobInstanceAlreadyCompleteExceptionModifier and TypeMethodDescriptionJobOperator.restart(long executionId) Restart a failed or stoppedJobExecution.JobLauncher.run(Job job, JobParameters jobParameters) Start a job execution for the givenJobandJobParameters.JobOperator.startNextInstance(String jobName) Launch the next in a sequence ofJobInstancedetermined by theJobParametersIncrementerattached to the specified job. -
Uses of JobInstanceAlreadyCompleteException in org.springframework.batch.core.launch.support
Methods in org.springframework.batch.core.launch.support that throw JobInstanceAlreadyCompleteExceptionModifier and TypeMethodDescriptionSimpleJobOperator.restart(long executionId) SimpleJobLauncher.run(Job job, JobParameters jobParameters) Run the provided job with the givenJobParameters. -
Uses of JobInstanceAlreadyCompleteException in org.springframework.batch.core.repository
Methods in org.springframework.batch.core.repository that throw JobInstanceAlreadyCompleteExceptionModifier and TypeMethodDescriptionJobRepository.createJobExecution(String jobName, JobParameters jobParameters) -
Uses of JobInstanceAlreadyCompleteException in org.springframework.batch.core.repository.support
Methods in org.springframework.batch.core.repository.support that throw JobInstanceAlreadyCompleteExceptionModifier and TypeMethodDescriptionSimpleJobRepository.createJobExecution(String jobName, JobParameters jobParameters) -
Uses of JobInstanceAlreadyCompleteException in org.springframework.batch.test
Methods in org.springframework.batch.test that throw JobInstanceAlreadyCompleteExceptionModifier and TypeMethodDescriptionJobRepositoryTestUtils.createJobExecutions(int count) Use theJobRepositoryto create someJobExecutioninstances each with a single step execution.JobRepositoryTestUtils.createJobExecutions(String jobName, String[] stepNames, int count) Use theJobRepositoryto create someJobExecutioninstances each with the given job name and each having step executions with the given step names.