类 JobLauncherCommandLineRunner

  • 所有已实现的接口:
    org.springframework.beans.factory.Aware, org.springframework.boot.CommandLineRunner, org.springframework.context.ApplicationEventPublisherAware

    public class JobLauncherCommandLineRunner
    extends Object
    implements org.springframework.boot.CommandLineRunner, org.springframework.context.ApplicationEventPublisherAware
    CommandLineRunner to launch Spring Batch jobs. Runs all jobs in the surrounding context by default. Can also be used to launch a specific job by providing a jobName
    • 构造器详细资料

      • JobLauncherCommandLineRunner

        public JobLauncherCommandLineRunner​(org.springframework.batch.core.launch.JobLauncher jobLauncher,
                                            org.springframework.batch.core.explore.JobExplorer jobExplorer)
    • 方法详细资料

      • setApplicationEventPublisher

        public void setApplicationEventPublisher​(org.springframework.context.ApplicationEventPublisher publisher)
        指定者:
        setApplicationEventPublisher 在接口中 org.springframework.context.ApplicationEventPublisherAware
      • setJobRegistry

        @Autowired(required=false)
        public void setJobRegistry​(org.springframework.batch.core.configuration.JobRegistry jobRegistry)
      • setJobParametersConverter

        @Autowired(required=false)
        public void setJobParametersConverter​(org.springframework.batch.core.converter.JobParametersConverter converter)
      • setJobs

        @Autowired(required=false)
        public void setJobs​(Collection<org.springframework.batch.core.Job> jobs)
      • run

        public void run​(String... args)
                 throws org.springframework.batch.core.JobExecutionException
        指定者:
        run 在接口中 org.springframework.boot.CommandLineRunner
        抛出:
        org.springframework.batch.core.JobExecutionException
      • launchJobFromProperties

        protected void launchJobFromProperties​(Properties properties)
                                        throws org.springframework.batch.core.JobExecutionException
        抛出:
        org.springframework.batch.core.JobExecutionException
      • execute

        protected void execute​(org.springframework.batch.core.Job job,
                               org.springframework.batch.core.JobParameters jobParameters)
                        throws org.springframework.batch.core.repository.JobExecutionAlreadyRunningException,
                               org.springframework.batch.core.repository.JobRestartException,
                               org.springframework.batch.core.repository.JobInstanceAlreadyCompleteException,
                               org.springframework.batch.core.JobParametersInvalidException,
                               org.springframework.batch.core.launch.JobParametersNotFoundException
        抛出:
        org.springframework.batch.core.repository.JobExecutionAlreadyRunningException
        org.springframework.batch.core.repository.JobRestartException
        org.springframework.batch.core.repository.JobInstanceAlreadyCompleteException
        org.springframework.batch.core.JobParametersInvalidException
        org.springframework.batch.core.launch.JobParametersNotFoundException