Uses of Interface
org.springframework.batch.core.launch.JobLauncher
Packages that use JobLauncher
Package
Description
Annotations and builder factories for java based configuration
Parsers for XML based configuration
Support classes for use in bootstrap and launch implementations or configurations.
Step level builders for java based job configuration.
JobStep and related components.Message based job launching components.
Utility classes for batch job/step testing.
-
Uses of JobLauncher in org.springframework.batch.core.configuration.annotation
Methods in org.springframework.batch.core.configuration.annotation that return JobLauncherModifier and TypeMethodDescriptionprotected JobLauncherDefaultBatchConfigurer.createJobLauncher()BatchConfigurer.getJobLauncher()DefaultBatchConfigurer.getJobLauncher()abstract JobLauncherAbstractBatchConfiguration.jobLauncher()ModularBatchConfiguration.jobLauncher()SimpleBatchConfiguration.jobLauncher() -
Uses of JobLauncher in org.springframework.batch.core.configuration.xml
Methods in org.springframework.batch.core.configuration.xml with parameters of type JobLauncherModifier and TypeMethodDescriptionvoidStepParserStepFactoryBean.setJobLauncher(JobLauncher jobLauncher) -
Uses of JobLauncher in org.springframework.batch.core.launch.support
Classes in org.springframework.batch.core.launch.support that implement JobLauncherMethods in org.springframework.batch.core.launch.support with parameters of type JobLauncherModifier and TypeMethodDescriptionvoidSimpleJobOperator.setJobLauncher(JobLauncher jobLauncher) Public setter for theJobLauncher.voidCommandLineJobRunner.setLauncher(JobLauncher launcher) Injection setter for theJobLauncher. -
Uses of JobLauncher in org.springframework.batch.core.step.builder
Methods in org.springframework.batch.core.step.builder with parameters of type JobLauncherModifier and TypeMethodDescriptionJobStepBuilder.launcher(JobLauncher jobLauncher) Add a job launcher. -
Uses of JobLauncher in org.springframework.batch.core.step.job
Methods in org.springframework.batch.core.step.job with parameters of type JobLauncherModifier and TypeMethodDescriptionvoidJobStep.setJobLauncher(JobLauncher jobLauncher) AJobLauncheris required to be able to run the enclosedJob. -
Uses of JobLauncher in org.springframework.batch.integration.launch
Constructors in org.springframework.batch.integration.launch with parameters of type JobLauncherModifierConstructorDescriptionJobLaunchingGateway(JobLauncher jobLauncher) Constructor taking aJobLauncheras parameter.JobLaunchingMessageHandler(JobLauncher jobLauncher) -
Uses of JobLauncher in org.springframework.batch.test
Methods in org.springframework.batch.test that return JobLauncherMethods in org.springframework.batch.test with parameters of type JobLauncherModifier and TypeMethodDescriptionvoidJobLauncherTestUtils.setJobLauncher(JobLauncher jobLauncher) AJobLauncherinstance that can be used to launch jobs.Constructors in org.springframework.batch.test with parameters of type JobLauncher