net.java.ao.builder
Class DelegatingDisposableDataSourceHandler

java.lang.Object
  extended by net.java.ao.builder.DelegatingDisposableDataSourceHandler
All Implemented Interfaces:
InvocationHandler

public final class DelegatingDisposableDataSourceHandler
extends Object
implements InvocationHandler


Constructor Summary
DelegatingDisposableDataSourceHandler(DataSource dataSource, Disposable disposable)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
static DisposableDataSource newInstance(DataSource ds, Disposable disposable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegatingDisposableDataSourceHandler

public DelegatingDisposableDataSourceHandler(DataSource dataSource,
                                             Disposable disposable)
Method Detail

invoke

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

newInstance

public static DisposableDataSource newInstance(DataSource ds,
                                               Disposable disposable)


Copyright © 2007-2011. All Rights Reserved.