public class MethodInvocationImpl extends Object implements org.aopalliance.intercept.MethodInvocation
| Constructor and Description |
|---|
MethodInvocationImpl(Object obj,
String methodName,
Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArguments() |
Method |
getMethod() |
AccessibleObject |
getStaticPart() |
Object |
getThis() |
Object |
proceed() |
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 Object proceed() throws Throwable
proceed in interface org.aopalliance.intercept.JoinpointThrowablepublic AccessibleObject getStaticPart()
getStaticPart in interface org.aopalliance.intercept.JoinpointCopyright © 2009–2017 DuraSpace. All rights reserved.