クラス RemotePartitioningWorkerStepBuilderFactory
java.lang.ObjectSE
org.springframework.batch.integration.partition.RemotePartitioningWorkerStepBuilderFactory
- 実装されているすべてのインターフェース:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanFactoryAware
public class RemotePartitioningWorkerStepBuilderFactory
extends ObjectSE
implements org.springframework.beans.factory.BeanFactoryAware
JobRepository、JobExplorer、BeanFactory および PlatformTransactionManager を自動的に設定する RemotePartitioningWorkerStepBuilder の便利なファクトリ。- 導入:
- 4.1
- 作成者:
- Mahmoud Ben Hassine
コンストラクターの概要
コンストラクターコンストラクター説明RemotePartitioningWorkerStepBuilderFactory(JobRepository jobRepository, JobExplorer jobExplorer) 新しいRemotePartitioningWorkerStepBuilderFactoryを作成します。メソッドのサマリー
修飾子と型メソッド説明RemotePartitioningWorkerStepBuilderを作成し、そのジョブリポジトリ、ジョブエクスプローラー、Bean ファクトリ、トランザクションマネージャーを初期化します。voidsetBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
コンストラクターの詳細
RemotePartitioningWorkerStepBuilderFactory
public RemotePartitioningWorkerStepBuilderFactory(JobRepository jobRepository, JobExplorer jobExplorer) 新しいRemotePartitioningWorkerStepBuilderFactoryを作成します。- パラメーター:
jobRepository- 使用するジョブリポジトリjobExplorer- 使用する求職者
メソッドの詳細
setBeanFactory
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) throws org.springframework.beans.BeansException - 次で指定:
- インターフェース
org.springframework.beans.factory.BeanFactoryAwareのsetBeanFactory - 例外:
org.springframework.beans.BeansException
get
RemotePartitioningWorkerStepBuilderを作成し、そのジョブリポジトリ、ジョブエクスプローラー、Bean ファクトリ、トランザクションマネージャーを初期化します。- パラメーター:
name- ステップの名前- 戻り値:
RemotePartitioningWorkerStepBuilder