Class InterceptorStackCallback.InterceptedMethodInvocation

  • All Implemented Interfaces:
    org.aopalliance.intercept.Invocation, org.aopalliance.intercept.Joinpoint, org.aopalliance.intercept.MethodInvocation
    Enclosing class:
    InterceptorStackCallback

    private class InterceptorStackCallback.InterceptedMethodInvocation
    extends java.lang.Object
    implements org.aopalliance.intercept.MethodInvocation
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Object[] arguments  
      (package private) int interceptorIndex  
      (package private) java.lang.Object proxy  
    • Constructor Summary

      Constructors 
      Constructor Description
      InterceptedMethodInvocation​(java.lang.Object proxy, java.lang.Object[] arguments, int interceptorIndex)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object[] getArguments()  
      java.lang.reflect.Method getMethod()  
      java.lang.reflect.AccessibleObject getStaticPart()  
      java.lang.Object getThis()  
      java.lang.Object proceed()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • proxy

        final java.lang.Object proxy
      • arguments

        final java.lang.Object[] arguments
      • interceptorIndex

        final int interceptorIndex
    • Constructor Detail

      • InterceptedMethodInvocation

        public InterceptedMethodInvocation​(java.lang.Object proxy,
                                           java.lang.Object[] arguments,
                                           int interceptorIndex)
    • Method Detail

      • proceed

        public java.lang.Object proceed()
                                 throws java.lang.Throwable
        Specified by:
        proceed in interface org.aopalliance.intercept.Joinpoint
        Throws:
        java.lang.Throwable
      • getMethod

        public java.lang.reflect.Method getMethod()
        Specified by:
        getMethod in interface org.aopalliance.intercept.MethodInvocation
      • getArguments

        public java.lang.Object[] getArguments()
        Specified by:
        getArguments in interface org.aopalliance.intercept.Invocation
      • getThis

        public java.lang.Object getThis()
        Specified by:
        getThis in interface org.aopalliance.intercept.Joinpoint
      • getStaticPart

        public java.lang.reflect.AccessibleObject getStaticPart()
        Specified by:
        getStaticPart in interface org.aopalliance.intercept.Joinpoint