public class WrapMethodInvocation extends Object implements org.aopalliance.intercept.MethodInvocation
| Constructor and Description |
|---|
WrapMethodInvocation(org.aopalliance.intercept.MethodInvocation jointPoint) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.aopalliance.intercept.MethodInvocation proceedMethodInvocation) |
void |
addAll(Set<org.aopalliance.intercept.MethodInvocation> proceedMethodInvocations) |
Object[] |
getArguments() |
Method |
getMethod() |
AccessibleObject |
getStaticPart() |
Object |
getThis() |
Object |
proceed() |
void |
setArguments(Object... arguments) |
public WrapMethodInvocation(org.aopalliance.intercept.MethodInvocation jointPoint)
public void add(org.aopalliance.intercept.MethodInvocation proceedMethodInvocation)
public void addAll(Set<org.aopalliance.intercept.MethodInvocation> proceedMethodInvocations)
public void setArguments(Object... arguments)
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.