|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.midao.jdbc.core.profiler.BaseInvocationHandler
public class BaseInvocationHandler
Proxy which is used for Profiling of QueryRunner Uses Java Proxy
Constructor Summary | |
---|---|
BaseInvocationHandler(java.lang.Object obj,
java.lang.String profilerOutputFormat)
Creates new BaseInvocationHandler instance |
Method Summary | |
---|---|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseInvocationHandler(java.lang.Object obj, java.lang.String profilerOutputFormat)
obj
- Object which would be proxiedprofilerOutputFormat
- profiler output string format descriptionMethod Detail |
---|
public java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args) throws java.lang.Throwable
invoke
in interface java.lang.reflect.InvocationHandler
proxy
- method
- args
-
java.lang.Throwable
BaseInvocationHandler#invoke(Object, java.lang.reflect.Method, Object[])}
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |