Uses of Interface
org.springframework.batch.core.configuration.JobLocator

Packages that use JobLocator
org.springframework.batch.core.configuration Interfaces for registration and location of job configurations. 
org.springframework.batch.core.configuration.support Specific implementations of configuration concerns. 
org.springframework.batch.core.launch.support Support classes for use in bootstrap and launch implementations or configurations. 
org.springframework.batch.sample.quartz   
 

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

Subinterfaces of JobLocator in org.springframework.batch.core.configuration
 interface JobRegistry
          A runtime service registry interface for registering job configurations by name.
 interface ListableJobRegistry
          A listable extension of JobRegistry.
 

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

Classes in org.springframework.batch.core.configuration.support that implement JobLocator
 class ClassPathXmlJobRegistry
          Implementation of the ListableJobRegistry interface that assumes all Jobs will be loaded from ClassPathXml resources.
 class MapJobRegistry
          Simple map-based implementation of JobRegistry.
 

Uses of JobLocator in org.springframework.batch.core.launch.support
 

Methods in org.springframework.batch.core.launch.support with parameters of type JobLocator
 void CommandLineJobRunner.setJobLocator(JobLocator jobLocator)
          JobLocator to find a job to run.
 

Uses of JobLocator in org.springframework.batch.sample.quartz
 

Methods in org.springframework.batch.sample.quartz with parameters of type JobLocator
 void JobLauncherDetails.setJobLocator(JobLocator jobLocator)
          Public setter for the JobLocator.
 



Copyright © 2009 SpringSource. All Rights Reserved.