public interface MethodInvocation
Modifier and Type | Method and Description |
---|---|
Object[] |
getArguments()
Returns the (possibly null) arguments to be supplied to the method invocation.
|
Method |
getMethod()
Returns the actual
Method to be invoked. |
Object |
getThis()
Returns the object that holds the current joinpoint's static part.
|
Object |
proceed()
Continues the method invocation chain, or if the last in the chain, the method itself.
|
Object proceed() throws Throwable
Throwable
- if the method or chain throws a ThrowableMethod getMethod()
Method
to be invoked.Method
to be invoked.Object[] getArguments()
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.