public class DataSourceProxyFactory extends Object implements InvocationHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_DS_NAME |
| Constructor and Description |
|---|
DataSourceProxyFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
org.osgi.framework.BundleContext |
getBundleContext() |
DataSource |
getDatasource() |
String |
getDsName() |
protected String |
getFilter(String dsName) |
long |
getTimeout() |
void |
init() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
void |
setBundleContext(org.osgi.framework.BundleContext bundleContext) |
void |
setDsName(String dsName) |
void |
setTimeout(long timeout) |
public static final String PROP_DS_NAME
public String getDsName()
public void setDsName(String dsName)
public org.osgi.framework.BundleContext getBundleContext()
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
public long getTimeout()
public void setTimeout(long timeout)
public DataSource getDatasource()
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowableCopyright © 2011–2021 Talend Inc.. All rights reserved.