org.jdbcdslog
Class ConnectionSourceLoggingHandler
java.lang.Object
org.jdbcdslog.LoggingHandlerSupport<Object>
org.jdbcdslog.ConnectionSourceLoggingHandler
- All Implemented Interfaces:
- InvocationHandler
public class ConnectionSourceLoggingHandler
- extends LoggingHandlerSupport<Object>
Logging handler for objects that can directly or indirectly create Connection from. For example,
DataSource, PooledConnection.
- Author:
- a511990
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionSourceLoggingHandler
public ConnectionSourceLoggingHandler(Object target)
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke in interface InvocationHandler- Specified by:
invoke in class LoggingHandlerSupport<Object>
- Throws:
Throwable
Copyright © 2015. All rights reserved.