|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DynamicProxy
An interface to improve performance of dynamic proxies. The added method 'getInvocationHandler' avoids calls to the Proxy class (which suffers from performance issues related to synchronization overhead).
| Method Summary | |
|---|---|
Object |
getInvocationHandler()
Gets the underlying object that does the proxying. |
| Method Detail |
|---|
Object getInvocationHandler()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||