Class RemotePartitioningMasterStepBuilderFactory

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware

    public class RemotePartitioningMasterStepBuilderFactory
    extends java.lang.Object
    implements org.springframework.beans.factory.BeanFactoryAware
    Convenient factory for a RemotePartitioningMasterStepBuilder which sets the JobRepository, JobExplorer, BeanFactory and PlatformTransactionManager automatically.
    Since:
    4.1
    Author:
    Mahmoud Ben Hassine
    • Constructor Detail

      • RemotePartitioningMasterStepBuilderFactory

        public RemotePartitioningMasterStepBuilderFactory​(JobRepository jobRepository,
                                                          JobExplorer jobExplorer,
                                                          org.springframework.transaction.PlatformTransactionManager transactionManager)
        Parameters:
        jobRepository - the job repository to use
        jobExplorer - the job explorer to use
        transactionManager - the transaction manager to use
    • Method Detail

      • setBeanFactory

        public void setBeanFactory​(org.springframework.beans.factory.BeanFactory beanFactory)
                            throws org.springframework.beans.BeansException
        Specified by:
        setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
        Throws:
        org.springframework.beans.BeansException