public class InterceptedMethodInvocation extends Object implements org.aopalliance.intercept.MethodInvocation
MethodInvocation
, which is intercepted by a
MethodInterceptor
.Constructor and Description |
---|
InterceptedMethodInvocation(org.aopalliance.intercept.MethodInvocation target,
org.aopalliance.intercept.MethodInterceptor interceptor) |
Modifier and Type | Method and Description |
---|---|
Object[] |
getArguments() |
Method |
getMethod() |
AccessibleObject |
getStaticPart() |
Object |
getThis() |
Object |
proceed() |
public InterceptedMethodInvocation(org.aopalliance.intercept.MethodInvocation target, org.aopalliance.intercept.MethodInterceptor interceptor)
target
- interceptor
- public Object[] getArguments()
getArguments
in interface org.aopalliance.intercept.Invocation
public Object proceed() throws Throwable
proceed
in interface org.aopalliance.intercept.Joinpoint
Throwable
public Object getThis()
getThis
in interface org.aopalliance.intercept.Joinpoint
public AccessibleObject getStaticPart()
getStaticPart
in interface org.aopalliance.intercept.Joinpoint
public Method getMethod()
getMethod
in interface org.aopalliance.intercept.MethodInvocation
Copyright © 2016 Clazzes.org. All rights reserved.