Class DefaultBatchConfigurer

    • Constructor Detail

      • DefaultBatchConfigurer

        protected DefaultBatchConfigurer()
      • DefaultBatchConfigurer

        public DefaultBatchConfigurer​(javax.sql.DataSource dataSource)
    • Method Detail

      • setDataSource

        @Autowired(required=false)
        public void setDataSource​(javax.sql.DataSource dataSource)
        Sets the dataSource. If the DataSource has been set once, all future values are passed are ignored (to prevent @Autowired from overwriting the value).
        Parameters:
        dataSource -
      • initialize

        @PostConstruct
        public void initialize()
      • createJobLauncher

        protected JobLauncher createJobLauncher()
                                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • createJobRepository

        protected JobRepository createJobRepository()
                                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • createJobExplorer

        protected JobExplorer createJobExplorer()
                                         throws java.lang.Exception
        Throws:
        java.lang.Exception