org.apache.openejb.resource.jdbc
Class FlushableDataSourceHandler

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

public class FlushableDataSourceHandler
extends Object
implements InvocationHandler


Nested Class Summary
static class FlushableDataSourceHandler.FlushConfig
           
 
Constructor Summary
FlushableDataSourceHandler(CommonDataSource original, FlushableDataSourceHandler.FlushConfig config)
           
 
Method Summary
 CommonDataSource 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

FlushableDataSourceHandler

public FlushableDataSourceHandler(CommonDataSource original,
                                  FlushableDataSourceHandler.FlushConfig config)
Method Detail

invoke

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

getDelegate

public CommonDataSource getDelegate()


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