public abstract class ClientMethodInvocation extends Object implements ConcreteMethodInvocation
| Constructor and Description |
|---|
ClientMethodInvocation(Object instance,
Class<?> clazz,
Method method,
Object[] arguments) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArguments() |
Class<?> |
getInterfaceClass() |
Method |
getMethod() |
AccessibleObject |
getStaticPart() |
Object |
getThis() |
public Method getMethod()
getMethod in interface org.aopalliance.intercept.MethodInvocationpublic Object[] getArguments()
getArguments in interface org.aopalliance.intercept.Invocationpublic Object getThis()
getThis in interface org.aopalliance.intercept.Joinpointpublic AccessibleObject getStaticPart()
getStaticPart in interface org.aopalliance.intercept.Joinpointpublic Class<?> getInterfaceClass()
getInterfaceClass in interface ConcreteMethodInvocationCopyright © 2020. All rights reserved.