public final class DelegatingDisposableDataSourceHandler extends Object implements InvocationHandler
| Constructor and Description |
|---|
DelegatingDisposableDataSourceHandler(DataSource dataSource,
Disposable disposable) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
static DisposableDataSource |
newInstance(DataSource ds,
Disposable disposable) |
public DelegatingDisposableDataSourceHandler(DataSource dataSource, Disposable disposable)
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowablepublic static DisposableDataSource newInstance(DataSource ds, Disposable disposable)
Copyright © 2007–2021 Atlassian. All rights reserved.