Uses of Class
org.springframework.batch.core.repository.JobExecutionAlreadyRunningException
Packages that use JobExecutionAlreadyRunningException
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 JobExecutionAlreadyRunningException in org.springframework.batch.core.launch
Methods in org.springframework.batch.core.launch that throw JobExecutionAlreadyRunningExceptionModifier and TypeMethodDescriptionJobOperator.abandon(long jobExecutionId) Mark theJobExecutionas ABANDONED.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 JobExecutionAlreadyRunningException in org.springframework.batch.core.launch.support
Methods in org.springframework.batch.core.launch.support that throw JobExecutionAlreadyRunningExceptionModifier and TypeMethodDescriptionSimpleJobOperator.abandon(long jobExecutionId) SimpleJobLauncher.run(Job job, JobParameters jobParameters) Run the provided job with the givenJobParameters. -
Uses of JobExecutionAlreadyRunningException in org.springframework.batch.core.repository
Methods in org.springframework.batch.core.repository that throw JobExecutionAlreadyRunningExceptionModifier and TypeMethodDescriptionJobRepository.createJobExecution(String jobName, JobParameters jobParameters) -
Uses of JobExecutionAlreadyRunningException in org.springframework.batch.core.repository.support
Methods in org.springframework.batch.core.repository.support that throw JobExecutionAlreadyRunningExceptionModifier and TypeMethodDescriptionSimpleJobRepository.createJobExecution(String jobName, JobParameters jobParameters) -
Uses of JobExecutionAlreadyRunningException in org.springframework.batch.test
Methods in org.springframework.batch.test that throw JobExecutionAlreadyRunningExceptionModifier 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.