Uses of Class
org.springframework.batch.core.repository.NoSuchJobException

Packages that use NoSuchJobException
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 NoSuchJobException in org.springframework.batch.core.configuration
 

Methods in org.springframework.batch.core.configuration that throw NoSuchJobException
 Job JobLocator.getJob(String name)
          Locates a Job at runtime.
 

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

Methods in org.springframework.batch.core.configuration.support that throw NoSuchJobException
 Job MapJobRegistry.getJob(String name)
           
 



Copyright © 2008 SpringSource. All Rights Reserved.