クラス 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
- 導入:
- 4.1
- 作成者:
- Mahmoud Ben Hassine
コンストラクターの概要
コンストラクターコンストラクター説明RemotePartitioningWorkerStepBuilderFactory
(JobRepository jobRepository, JobExplorer jobExplorer) 新しいRemotePartitioningWorkerStepBuilderFactory
を作成します。メソッドのサマリー
修飾子と型メソッド説明RemotePartitioningWorkerStepBuilder
を作成し、そのジョブリポジトリ、ジョブエクスプローラー、Bean ファクトリ、トランザクションマネージャーを初期化します。void
setBeanFactory
(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