public class ReflectiveMethodInvocation extends Object implements org.aopalliance.intercept.MethodInvocation
MethodInvocation
, which operates on an ordinary
Java Object.Constructor and Description |
---|
ReflectiveMethodInvocation(Object target,
Method method,
Object[] arguments) |
Modifier and Type | Method and Description |
---|---|
Object[] |
getArguments() |
Method |
getMethod() |
AccessibleObject |
getStaticPart() |
Object |
getThis() |
Object |
proceed() |
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.