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

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

Methods in org.springframework.batch.core.configuration with parameters of type JobFactory
 void JobRegistry.register(JobFactory jobFactory)
          Registers a Job at runtime.
 

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

Classes in org.springframework.batch.core.configuration.support that implement JobFactory
 class ReferenceJobFactory
          A JobFactory that just keeps a reference to a Job.
 

Methods in org.springframework.batch.core.configuration.support with parameters of type JobFactory
 void MapJobRegistry.register(JobFactory jobFactory)
           
 



Copyright © 2008 SpringSource. All Rights Reserved.