org.apache.tomcat.jdbc.pool.interceptor
Class AbstractQueryReport.StatementProxy
java.lang.Object
org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport.StatementProxy
- All Implemented Interfaces:
- InvocationHandler
- Enclosing class:
- AbstractQueryReport
protected class AbstractQueryReport.StatementProxy
- extends Object
- implements InvocationHandler
Class to measure query execute time
- Author:
- fhanik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
closed
protected boolean closed
delegate
protected Object delegate
query
protected final String query
AbstractQueryReport.StatementProxy
public AbstractQueryReport.StatementProxy(Object parent,
String query)
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke
in interface InvocationHandler
- Throws:
Throwable
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.