public class DefaultConnectionProviderFactory extends Object implements JDBCConnectionProviderFactory
JDBCConnectionProviderFactory.FACTORIES| Modifier and Type | Field and Description |
|---|---|
static PluggableFactoryLoader<JDBCConnectionProviderFactory> |
FACTORY_LOADER |
static String |
TYPE |
| Constructor and Description |
|---|
DefaultConnectionProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<String> |
getAllAvailableConnectionProviderTypes() |
ConnectionProvider |
getConnectionProvider(String connectionUrl,
String username,
String password,
Map<String,String> providerAttributes) |
Set<String> |
getProviderAttributeNames() |
String |
getType() |
public static PluggableFactoryLoader<JDBCConnectionProviderFactory> FACTORY_LOADER
public static final String TYPE
public String getType()
getType in interface JDBCConnectionProviderFactorygetType in interface Pluggablepublic ConnectionProvider getConnectionProvider(String connectionUrl, String username, String password, Map<String,String> providerAttributes)
getConnectionProvider in interface JDBCConnectionProviderFactorypublic Set<String> getProviderAttributeNames()
getProviderAttributeNames in interface JDBCConnectionProviderFactorypublic static Collection<String> getAllAvailableConnectionProviderTypes()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.