|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Invocation
Represents a method invocation.
Method Summary | |
---|---|
Object[] |
getArguments()
Returns the arguments being passed to this method invocation. |
Method |
getMethod()
Returns the method being called. |
Object |
getProxy()
Returns the proxy object on which this invocation was invoked. |
Object |
proceed()
Called in order to let the invocation proceed. |
Method Detail |
---|
Method getMethod()
Object[] getArguments()
Object getProxy()
Object proceed() throws Throwable
Throwable
- any exception or error that was thrown as a result of this invocation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |