org.apache.openejb.resource.jdbc.logging
Class LoggingSqlStatement

java.lang.Object
  extended by org.apache.openejb.resource.jdbc.logging.LoggingSqlStatement
All Implemented Interfaces:
InvocationHandler

public class LoggingSqlStatement
extends Object
implements InvocationHandler


Constructor Summary
LoggingSqlStatement(Statement result, String[] debugPackages)
           
 
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
 

Constructor Detail

LoggingSqlStatement

public LoggingSqlStatement(Statement result,
                           String[] debugPackages)
Method Detail

invoke

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


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.