public class DefaultConnectionFactory extends Object implements ConnectionFactory
Constructor and Description |
---|
DefaultConnectionFactory(BundleContext bundleContext) |
Modifier and Type | Method and Description |
---|---|
Connection |
createConnection(String connectionClass,
String uri,
Properties properties,
Integer timeout) |
public DefaultConnectionFactory(BundleContext bundleContext)
public Connection createConnection(String connectionClass, String uri, Properties properties, Integer timeout) throws Exception
createConnection
in interface ConnectionFactory
Exception