Uses of Class
org.springframework.batch.core.configuration.DuplicateJobException
Packages that use DuplicateJobException
Package
Description
Interfaces for registration and location of job configurations.
Specific implementations of configuration concerns.
-
Uses of DuplicateJobException in org.springframework.batch.core.configuration
Methods in org.springframework.batch.core.configuration that throw DuplicateJobExceptionModifier and TypeMethodDescriptionvoidJobRegistry.register(JobFactory jobFactory) Registers aJobat runtime.voidStepRegistry.register(String jobName, Collection<Step> steps) Registers all the step instances of the given job. -
Uses of DuplicateJobException in org.springframework.batch.core.configuration.support
Methods in org.springframework.batch.core.configuration.support that throw DuplicateJobExceptionModifier and TypeMethodDescriptionDefaultJobLoader.load(ApplicationContextFactory factory) JobLoader.load(ApplicationContextFactory factory) Load an application context and register all the jobs.voidMapJobRegistry.register(JobFactory jobFactory) voidMapStepRegistry.register(String jobName, Collection<Step> steps)