Uses of Class
org.springframework.batch.core.configuration.DuplicateJobException

Packages that use DuplicateJobException
org.springframework.batch.core.configuration Interfaces for registration and location of job configurations. 
org.springframework.batch.core.configuration.support Specific implementations of configuration concerns. 
 

Uses of DuplicateJobException in org.springframework.batch.core.configuration
 

Methods in org.springframework.batch.core.configuration that throw DuplicateJobException
 void JobRegistry.register(JobFactory jobFactory)
          Registers a Job at runtime.
 

Uses of DuplicateJobException in org.springframework.batch.core.configuration.support
 

Methods in org.springframework.batch.core.configuration.support that throw DuplicateJobException
 java.util.Collection<Job> JobLoader.load(ApplicationContextFactory factory)
          Load an application context and register all the jobs.
 java.util.Collection<Job> DefaultJobLoader.load(ApplicationContextFactory factory)
           
 void MapJobRegistry.register(JobFactory jobFactory)
           
 



Copyright © 2011. All Rights Reserved.