Uses of Interface
org.springframework.batch.core.launch.JobLauncher

Packages that use JobLauncher
org.springframework.batch.core.launch.support Support classes for use in bootstrap and launch implementations or configurations. 
org.springframework.batch.sample.quartz   
org.springframework.batch.test   
 

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

Classes in org.springframework.batch.core.launch.support that implement JobLauncher
 class SimpleJobLauncher
          Simple implementation of the JobLauncher interface.
 

Methods in org.springframework.batch.core.launch.support with parameters of type JobLauncher
 void SimpleJobOperator.setJobLauncher(JobLauncher jobLauncher)
          Public setter for the JobLauncher.
 void CommandLineJobRunner.setLauncher(JobLauncher launcher)
          Injection setter for the JobLauncher.
 

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

Methods in org.springframework.batch.sample.quartz with parameters of type JobLauncher
 void JobLauncherDetails.setJobLauncher(JobLauncher jobLauncher)
          Public setter for the JobLauncher.
 

Uses of JobLauncher in org.springframework.batch.test
 

Methods in org.springframework.batch.test that return JobLauncher
protected  JobLauncher AbstractJobTests.getJobLauncher()
           
 

Constructors in org.springframework.batch.test with parameters of type JobLauncher
StepRunner(JobLauncher launcher, JobRepository jobRepository)
           
 



Copyright © 2009 SpringSource. All Rights Reserved.