クラス TaskBatchExecutionListenerBeanPostProcessor

java.lang.ObjectSE
org.springframework.cloud.task.batch.configuration.TaskBatchExecutionListenerBeanPostProcessor
実装されたすべてのインターフェース:
org.springframework.beans.factory.config.BeanPostProcessor

public class TaskBatchExecutionListenerBeanPostProcessor extends ObjectSE implements org.springframework.beans.factory.config.BeanPostProcessor
タスクのスコープ内で実行されるバッチジョブ ( AbstractJob に割り当て可能な Bean) に、構成された TaskBatchExecutionListener を挿入します。これが使用されるコンテキストには、型 TaskBatchExecutionListener の Bean が 1 つだけあることが想定されます。
作成者:
Michael Minella
  • コンストラクターの詳細

    • TaskBatchExecutionListenerBeanPostProcessor

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

    • postProcessBeforeInitialization

      public ObjectSE postProcessBeforeInitialization(ObjectSE bean, StringSE beanName) throws org.springframework.beans.BeansException
      次で指定:
      インターフェース org.springframework.beans.factory.config.BeanPostProcessorpostProcessBeforeInitialization 
      例外:
      org.springframework.beans.BeansException
    • postProcessAfterInitialization

      public ObjectSE postProcessAfterInitialization(ObjectSE bean, StringSE beanName) throws org.springframework.beans.BeansException
      次で指定:
      インターフェース org.springframework.beans.factory.config.BeanPostProcessorpostProcessAfterInitialization 
      例外:
      org.springframework.beans.BeansException
    • setJobNames

      public void setJobNames(ListSE<StringSE> jobNames)