|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InvocationListener
An InvocationListener is used in conjunction with the ProxyManager
to intercept method calls on the proxy object
| Method Summary | |
|---|---|
void |
postInvoke(Object token,
Object proxy,
Method m,
Object returnValue)
|
void |
postInvokeExceptionalReturn(Object token,
Object proxy,
Method m,
Throwable exception)
|
Object |
preInvoke(Object proxy,
Method m,
Object[] args)
|
| Method Detail |
|---|
Object preInvoke(Object proxy,
Method m,
Object[] args)
throws Throwable
Throwable
void postInvoke(Object token,
Object proxy,
Method m,
Object returnValue)
throws Throwable
Throwable
void postInvokeExceptionalReturn(Object token,
Object proxy,
Method m,
Throwable exception)
throws Throwable
Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||