public abstract class ClientMethodInvocation extends Object implements org.aopalliance.intercept.MethodInvocation
| Constructor and Description |
|---|
ClientMethodInvocation(Object instance,
Class<?> clazz,
Method method,
Object[] arguments) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArguments() |
Class<?> |
getClazz() |
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<?> getClazz()
Copyright © 2018. All rights reserved.