RemotePartitioningManagerStepBuilderFactory instead@Deprecated
public class RemotePartitioningMasterStepBuilderFactory
extends java.lang.Object
implements org.springframework.beans.factory.BeanFactoryAware
RemotePartitioningMasterStepBuilder which sets
 the JobRepository, JobExplorer, BeanFactory and
 PlatformTransactionManager automatically.| Constructor and Description | 
|---|
RemotePartitioningMasterStepBuilderFactory(JobRepository jobRepository,
                                          JobExplorer jobExplorer,
                                          org.springframework.transaction.PlatformTransactionManager transactionManager)
Deprecated.  
Create a new  
RemotePartitioningMasterStepBuilderFactory. | 
| Modifier and Type | Method and Description | 
|---|---|
RemotePartitioningMasterStepBuilder | 
get(java.lang.String name)
Deprecated.  
Creates a  
RemotePartitioningMasterStepBuilder and initializes its job
 repository, job explorer, bean factory and transaction manager. | 
void | 
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
Deprecated.  
  | 
public RemotePartitioningMasterStepBuilderFactory(JobRepository jobRepository, JobExplorer jobExplorer, org.springframework.transaction.PlatformTransactionManager transactionManager)
RemotePartitioningMasterStepBuilderFactory.jobRepository - the job repository to usejobExplorer - the job explorer to usetransactionManager - the transaction manager to usepublic void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
                    throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionpublic RemotePartitioningMasterStepBuilder get(java.lang.String name)
RemotePartitioningMasterStepBuilder and initializes its job
 repository, job explorer, bean factory and transaction manager.name - the name of the stepRemotePartitioningMasterStepBuilder