public class GrouperJdbcConnectionProvider extends Object implements JdbcConnectionProvider
| Modifier and Type | Class and Description |
|---|---|
static class |
GrouperJdbcConnectionProvider.GrouperJdbcConnectionBean
TODO at the beginning of a release (e.g.
|
static class |
GrouperJdbcConnectionProvider.GrouperLoaderConnectionBean
bean to hold connection
|
| Constructor and Description |
|---|
GrouperJdbcConnectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
JdbcConnectionBean |
connectionBean() |
void |
init(Properties properties,
String sourceId,
String driver,
Integer maxActive,
int defaultMaxActive,
Integer maxIdle,
int defaultMaxIdle,
Integer maxWaitSeconds,
int defaultMaxWaitSeconds,
String dbUrl,
String dbUser,
String dbPassword,
Boolean readOnly,
boolean readOnlyDefault,
String theJdbcConfigId) |
boolean |
requiresJdbcConfigInSourcesXml() |
public void init(Properties properties, String sourceId, String driver, Integer maxActive, int defaultMaxActive, Integer maxIdle, int defaultMaxIdle, Integer maxWaitSeconds, int defaultMaxWaitSeconds, String dbUrl, String dbUser, String dbPassword, Boolean readOnly, boolean readOnlyDefault, String theJdbcConfigId) throws SourceUnavailableException
init in interface GcJdbcConnectionProviderSourceUnavailableExceptionGcJdbcConnectionProvider.init(Properties, java.lang.String, java.lang.String, java.lang.Integer, int, java.lang.Integer, int, java.lang.Integer, int, java.lang.String, java.lang.String, java.lang.String, java.lang.Boolean, boolean, String)public JdbcConnectionBean connectionBean() throws SQLException
connectionBean in interface GcJdbcConnectionProviderconnectionBean in interface JdbcConnectionProviderSQLExceptionJdbcConnectionProvider.connectionBean()public boolean requiresJdbcConfigInSourcesXml()
requiresJdbcConfigInSourcesXml in interface GcJdbcConnectionProviderGcJdbcConnectionProvider.requiresJdbcConfigInSourcesXml()Copyright © 2016 Internet2. All rights reserved.