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,
String username,
String password,
Integer timeout) |
public DefaultConnectionFactory(BundleContext bundleContext)
public Connection createConnection(String connectionClass, String uri, String username, String password, Integer timeout) throws Exception
createConnection
in interface ConnectionFactory
Exception