|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Invocation
Intercepted method invocation.
| Method Summary | |
|---|---|
java.lang.Object[] |
getArguments()
Gets invocation arguments. |
java.lang.reflect.Method |
getMethod()
Gets invoked method. |
Proxy |
getProxy()
Gets proxy. |
java.lang.Object |
proceed()
Invokes next interceptor, mixin, or proxy target. |
| Method Detail |
|---|
java.lang.Object proceed()
throws java.lang.Throwable
java.lang.Throwablejava.lang.Object[] getArguments()
Proxy getProxy()
java.lang.reflect.Method getMethod()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||