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

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

public class LoggingSqlDataSource
extends Object
implements InvocationHandler


Constructor Summary
LoggingSqlDataSource(DataSource ds)
           
 
Method Summary
 DataSource getDelegate()
           
 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

LoggingSqlDataSource

public LoggingSqlDataSource(DataSource ds)
Method Detail

invoke

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

getDelegate

public DataSource getDelegate()


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.