クラス MethodInvokerMethodInterceptor

java.lang.ObjectSE
org.springframework.batch.core.listener.MethodInvokerMethodInterceptor
実装されたすべてのインターフェース:
org.aopalliance.aop.Adviceorg.aopalliance.intercept.Interceptororg.aopalliance.intercept.MethodInterceptor

public class MethodInvokerMethodInterceptor extends ObjectSE implements org.aopalliance.intercept.MethodInterceptor
メソッド名と MethodInvoker のマップが与えられると、指定された引数を使用して、特定のメソッド名に関連付けられたすべてのメソッドを実行する MethodInterceptor。void ではない StepListener 実装は ExitStatus を返す StepExecutionListener.afterStep(org.springframework.batch.core.StepExecution) のみであるため、処理される可能性のある戻り値は ExitStatus 型のみです。
導入:
2.0
作成者:
Lucas Ward, Mahmoud Ben Hassine
関連事項:
  • コンストラクターの詳細

  • メソッドの詳細

    • invoke

      public ObjectSE invoke(org.aopalliance.intercept.MethodInvocation invocation) throws ThrowableSE
      次で指定:
      インターフェース org.aopalliance.intercept.MethodInterceptorinvoke 
      例外:
      ThrowableSE
    • equals

      public boolean equals(ObjectSE obj)
      オーバーライド:
      クラス ObjectSEequalsSE 
    • hashCode

      public int hashCode()
      オーバーライド:
      クラス ObjectSEhashCode