public class TrackMethodInvocation extends Object implements org.aopalliance.intercept.MethodInvocation
| Constructor and Description |
|---|
TrackMethodInvocation(org.aopalliance.intercept.MethodInvocation beanMethodInvocation,
Set<org.aopalliance.intercept.MethodInvocation> proceedJoinPoints) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArguments() |
Method |
getMethod() |
AccessibleObject |
getStaticPart() |
Object |
getThis() |
Object |
proceed() |
public TrackMethodInvocation(org.aopalliance.intercept.MethodInvocation beanMethodInvocation,
Set<org.aopalliance.intercept.MethodInvocation> proceedJoinPoints)
public Method getMethod()
getMethod in interface org.aopalliance.intercept.MethodInvocationpublic Object[] getArguments()
getArguments in interface org.aopalliance.intercept.Invocationpublic Object proceed() throws Throwable
proceed in interface org.aopalliance.intercept.JoinpointThrowablepublic Object getThis()
getThis in interface org.aopalliance.intercept.Joinpointpublic AccessibleObject getStaticPart()
getStaticPart in interface org.aopalliance.intercept.JoinpointCopyright © 2012–2020 ARECAP. All rights reserved.