Interface BatchConfigurer

  • All Known Implementing Classes:
    DefaultBatchConfigurer

    public interface BatchConfigurer
    Strategy interface for users to provide as a factory for custom components needed by a Batch system.
    Author:
    Dave Syer
    • Method Detail

      • getJobRepository

        JobRepository getJobRepository()
                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getTransactionManager

        org.springframework.transaction.PlatformTransactionManager getTransactionManager()
                                                                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getJobLauncher

        JobLauncher getJobLauncher()
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getJobExplorer

        JobExplorer getJobExplorer()
                            throws java.lang.Exception
        Throws:
        java.lang.Exception