クラス RemotePartitioningManagerStepBuilderFactory
java.lang.ObjectSE
org.springframework.batch.integration.partition.RemotePartitioningManagerStepBuilderFactory
- 実装されたすべてのインターフェース:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanFactoryAware
public class RemotePartitioningManagerStepBuilderFactory
extends ObjectSE
implements org.springframework.beans.factory.BeanFactoryAware
- 導入:
- 4.2
- 作成者:
- Mahmoud Ben Hassine
コンストラクターの概要
コンストラクターコンストラクター説明RemotePartitioningManagerStepBuilderFactory
(JobRepository jobRepository, JobExplorer jobExplorer) 新しいRemotePartitioningManagerStepBuilderFactory
を作成します。メソッドのサマリー
修飾子と型メソッド説明RemotePartitioningManagerStepBuilder
を作成し、そのジョブリポジトリ、ジョブエクスプローラー、Bean ファクトリ、トランザクションマネージャーを初期化します。void
setBeanFactory
(org.springframework.beans.factory.BeanFactory beanFactory)
コンストラクターの詳細
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.BeanFactoryAware
のsetBeanFactory
- 例外:
org.springframework.beans.BeansException
get
RemotePartitioningManagerStepBuilder
を作成し、そのジョブリポジトリ、ジョブエクスプローラー、Bean ファクトリ、トランザクションマネージャーを初期化します。- パラメーター:
name
- ステップの名前- 戻り値:
RemotePartitioningManagerStepBuilder