public class ContextOrientedMethodInvocation extends Object implements org.aopalliance.intercept.MethodInvocation
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger |
| Constructor and Description |
|---|
ContextOrientedMethodInvocation(Object target,
Method method,
Object[] arguments) |
| 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 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.