クラス JobOperatorFactoryBean

java.lang.ObjectSE
org.springframework.batch.core.launch.support.JobOperatorFactoryBean
実装されたすべてのインターフェース:
org.springframework.beans.factory.FactoryBean<JobOperator>org.springframework.beans.factory.InitializingBean

public class JobOperatorFactoryBean extends ObjectSE implements org.springframework.beans.factory.FactoryBean<JobOperator>, org.springframework.beans.factory.InitializingBean
JobOperator の周囲にトランザクションプロキシを作成する便利なファクトリ Bean。
導入:
5.0
作成者:
Mahmoud Ben Hassine
関連事項:
  • コンストラクターの詳細

    • JobOperatorFactoryBean

      public JobOperatorFactoryBean()
  • メソッドの詳細

    • afterPropertiesSet

      public void afterPropertiesSet() throws ExceptionSE
      次で指定:
      インターフェース org.springframework.beans.factory.InitializingBeanafterPropertiesSet 
      例外:
      ExceptionSE
    • setJobRegistry

      public void setJobRegistry(JobRegistry jobRegistry)
      ジョブレジストリの Setter。
      パラメーター:
      jobRegistry - 設定するジョブレジストリ
    • setJobLauncher

      public void setJobLauncher(JobLauncher jobLauncher)
      ジョブランチャーの Setter。
      パラメーター:
      jobLauncher - 設定するジョブランチャー
    • setJobRepository

      public void setJobRepository(JobRepository jobRepository)
      ジョブリポジトリの Setter。
      パラメーター:
      jobRepository - 設定するジョブリポジトリ
    • setJobExplorer

      public void setJobExplorer(JobExplorer jobExplorer)
      ジョブエクスプローラーの Setter。
      パラメーター:
      jobExplorer - 設定するジョブエクスプローラー
    • setJobParametersConverter

      public void setJobParametersConverter(JobParametersConverter jobParametersConverter)
      ジョブパラメーターコンバーターの Setter。
      パラメーター:
      jobParametersConverter - 設定するジョブパラメーターコンバーター
    • setTransactionManager

      public void setTransactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager)
      トランザクションマネージャーの Setter。
      パラメーター:
      transactionManager - 設定するトランザクションマネージャー
    • setTransactionAttributeSource

      public void setTransactionAttributeSource(org.springframework.transaction.interceptor.TransactionAttributeSource transactionAttributeSource)
      作成したプロキシで使用するトランザクション属性ソースを設定します。
      パラメーター:
      transactionAttributeSource - 作成されたプロキシで使用するトランザクション属性ソース。
    • getObjectType

      public ClassSE<?> getObjectType()
      次で指定:
      インターフェース org.springframework.beans.factory.FactoryBean<JobOperator>getObjectType 
    • isSingleton

      public boolean isSingleton()
      次で指定:
      インターフェース org.springframework.beans.factory.FactoryBean<JobOperator>isSingleton 
    • getObject

      public JobOperator getObject() throws ExceptionSE
      次で指定:
      インターフェース org.springframework.beans.factory.FactoryBean<JobOperator>getObject 
      例外:
      ExceptionSE