Uses of Interface
org.springframework.batch.core.configuration.support.JobLoader

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

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

Classes in org.springframework.batch.core.configuration.support that implement JobLoader
 class DefaultJobLoader
          Default implementation of JobLoader.
 

Methods in org.springframework.batch.core.configuration.support with parameters of type JobLoader
 void AutomaticJobRegistrar.setJobLoader(JobLoader jobLoader)
          The job loader that will be used to load and manage jobs.
 

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

Methods in org.springframework.batch.core.launch.support with parameters of type JobLoader
 void JobRegistryBackgroundJobRunner.setJobLoader(JobLoader jobLoader)
          A loader for the jobs that are going to be registered.
 



Copyright © 2013 SpringSource. All Rights Reserved.