|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MethodInvocation
3rd-party API independent representation of a method invocation. This is needed so Shiro can support other MethodInvocation instances from other AOP frameworks/APIs.
Method Summary | |
---|---|
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. |
Method Detail |
---|
Object proceed() throws Throwable
Throwable
- if the method or chain throws a ThrowableMethod getMethod()
Method
to be invoked.
Method
to be invoked.Object[] getArguments()
Object getThis()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |