org.jdbcdslog
Class ConnectionLoggingHandler

java.lang.Object
  extended by org.jdbcdslog.LoggingHandlerSupport<Connection>
      extended by org.jdbcdslog.ConnectionLoggingHandler
All Implemented Interfaces:
InvocationHandler

public class ConnectionLoggingHandler
extends LoggingHandlerSupport<Connection>


Field Summary
protected  LogMetaData logMetaData
           
 
Fields inherited from class org.jdbcdslog.LoggingHandlerSupport
target, UNWRAP_METHOD_NAME
 
Constructor Summary
ConnectionLoggingHandler(Connection target)
           
ConnectionLoggingHandler(LogMetaData logMetaData, Connection target)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logMetaData

protected LogMetaData logMetaData
Constructor Detail

ConnectionLoggingHandler

public ConnectionLoggingHandler(Connection target)

ConnectionLoggingHandler

public ConnectionLoggingHandler(LogMetaData logMetaData,
                                Connection target)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Specified by:
invoke in class LoggingHandlerSupport<Connection>
Throws:
Throwable


Copyright © 2015. All rights reserved.