クラス RemotePartitioningManagerStepBuilderFactory

java.lang.ObjectSE
org.springframework.batch.integration.partition.RemotePartitioningManagerStepBuilderFactory
実装されたすべてのインターフェース:
org.springframework.beans.factory.Awareorg.springframework.beans.factory.BeanFactoryAware

public class RemotePartitioningManagerStepBuilderFactory extends ObjectSE implements org.springframework.beans.factory.BeanFactoryAware
JobRepositoryJobExplorerBeanFactory および PlatformTransactionManager を自動的に設定する RemotePartitioningManagerStepBuilder の便利なファクトリ。
導入:
4.2
作成者:
Mahmoud Ben Hassine
  • コンストラクターの詳細

    • RemotePartitioningManagerStepBuilderFactory

      public RemotePartitioningManagerStepBuilderFactory(JobRepository jobRepository, JobExplorer jobExplorer)
      新しい RemotePartitioningManagerStepBuilderFactory を作成します。
      パラメーター:
      jobRepository - 使用するジョブリポジトリ
      jobExplorer - 使用する求職者
  • メソッドの詳細

    • setBeanFactory

      public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) throws org.springframework.beans.BeansException
      次で指定:
      インターフェース org.springframework.beans.factory.BeanFactoryAwaresetBeanFactory 
      例外:
      org.springframework.beans.BeansException
    • get

      RemotePartitioningManagerStepBuilder を作成し、そのジョブリポジトリ、ジョブエクスプローラー、Bean ファクトリ、トランザクションマネージャーを初期化します。
      パラメーター:
      name - ステップの名前
      戻り値:
      RemotePartitioningManagerStepBuilder