Package com.google.inject.internal
Class InterceptorStackCallback.InterceptedMethodInvocation
java.lang.Object
com.google.inject.internal.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 Object
implements org.aopalliance.intercept.MethodInvocation
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInterceptedMethodInvocation(Object proxy, Object[] arguments, int interceptorIndex) -
Method Summary
-
Field Details
-
proxy
-
arguments
-
interceptorIndex
final int interceptorIndex
-
-
Constructor Details
-
InterceptedMethodInvocation
-
-
Method Details
-
proceed
- Specified by:
proceedin interfaceorg.aopalliance.intercept.Joinpoint- Throws:
Throwable
-
getMethod
- Specified by:
getMethodin interfaceorg.aopalliance.intercept.MethodInvocation
-
getArguments
- Specified by:
getArgumentsin interfaceorg.aopalliance.intercept.Invocation
-
getThis
- Specified by:
getThisin interfaceorg.aopalliance.intercept.Joinpoint
-
getStaticPart
- Specified by:
getStaticPartin interfaceorg.aopalliance.intercept.Joinpoint
-