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.
-
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) TaskExecutorJobLauncher.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)