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

Packages that use ListableJobLocator
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.launch   
 

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

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

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

Classes in org.springframework.batch.core.configuration.support that implement ListableJobLocator
 class MapJobRegistry
          Simple, thread-safe, map-based implementation of JobRegistry.
 

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

Methods in org.springframework.batch.core.launch.support with parameters of type ListableJobLocator
 void SimpleJobOperator.setJobRegistry(ListableJobLocator jobRegistry)
          Public setter for the ListableJobLocator.
 

Uses of ListableJobLocator in org.springframework.batch.sample.launch
 

Methods in org.springframework.batch.sample.launch with parameters of type ListableJobLocator
 void DefaultJobLoader.setRegistry(ListableJobLocator registry)
           
 



Copyright © 2013 SpringSource. All Rights Reserved.