クラス MethodInvocationResult


  • public class MethodInvocationResult
    extends java.lang.Object
    MethodInvocation とその MethodInvocation の結果を含むコンテキストオブジェクト。
    導入:
    5.6
    • コンストラクターのサマリー

      コンストラクター  
      コンストラクター 説明
      MethodInvocationResult​(org.aopalliance.intercept.MethodInvocation methodInvocation, java.lang.Object result)
      提供されたパラメーターを使用して MethodInvocationResult を作成します
    • メソッドのサマリー

      すべてのメソッド   インスタンスメソッド   具象メソッド  
      修飾子と型 メソッド 説明
      org.aopalliance.intercept.MethodInvocationgetMethodInvocation()
      すでに呼び出された MethodInvocation を返します
      java.lang.ObjectgetResult()
      すでに呼び出された MethodInvocation の結果を返します
      • クラス java.lang.Object から継承されたメソッド

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • コンストラクターの詳細

      • MethodInvocationResult

        public MethodInvocationResult​(org.aopalliance.intercept.MethodInvocation methodInvocation,
                                      java.lang.Object result)
        提供されたパラメーターを使用して MethodInvocationResult を作成します
        パラメーター:
        methodInvocation - すでに呼び出された MethodInvocation
        result - MethodInvocation から返される値
    • メソッドの詳細

      • getMethodInvocation

        public org.aopalliance.intercept.MethodInvocation getMethodInvocation()
        すでに呼び出された MethodInvocation を返します
        戻り値:
        すでに呼び出された MethodInvocation
      • getResult

        public java.lang.Object getResult()
        すでに呼び出された MethodInvocation の結果を返します
        戻り値:
        結果