| Package | Description |
|---|---|
| org.opennms.core.db | |
| org.opennms.core.db.install | |
| org.opennms.netmgt.config.opennmsDataSources | |
| org.opennms.netmgt.poller |
| Modifier and Type | Method and Description |
|---|---|
JdbcDataSource |
DataSourceConfigurationFactory.getJdbcDataSource(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
C3P0ConnectionFactory.initializePool(JdbcDataSource dataSource) |
protected abstract void |
BaseConnectionFactory.initializePool(JdbcDataSource ds) |
| Constructor and Description |
|---|
AtomikosDataSourceFactory(JdbcDataSource ds) |
BaseConnectionFactory(JdbcDataSource ds) |
C3P0ConnectionFactory(JdbcDataSource dataSource) |
| Constructor and Description |
|---|
SimpleDataSource(JdbcDataSource ds)
Constructor for SimpleDataSource.
|
| Modifier and Type | Method and Description |
|---|---|
JdbcDataSource[] |
DataSourceConfiguration.getJdbcDataSource()
Method getJdbcDataSource.Returns the contents of the
collection in an Array.
|
JdbcDataSource |
DataSourceConfiguration.getJdbcDataSource(int index)
Method getJdbcDataSource.
|
JdbcDataSource |
DataSourceConfiguration.removeJdbcDataSourceAt(int index)
Method removeJdbcDataSourceAt.
|
static JdbcDataSource |
JdbcDataSource.unmarshal(Reader reader)
Method unmarshal.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<JdbcDataSource> |
DataSourceConfiguration.enumerateJdbcDataSource()
Method enumerateJdbcDataSource.
|
List<JdbcDataSource> |
DataSourceConfiguration.getJdbcDataSourceCollection()
Method getJdbcDataSourceCollection.Returns a reference to
'_jdbcDataSourceList'.
|
Iterator<JdbcDataSource> |
DataSourceConfiguration.iterateJdbcDataSource()
Method iterateJdbcDataSource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceConfiguration.addJdbcDataSource(int index,
JdbcDataSource vJdbcDataSource) |
void |
DataSourceConfiguration.addJdbcDataSource(JdbcDataSource vJdbcDataSource) |
boolean |
DataSourceConfiguration.removeJdbcDataSource(JdbcDataSource vJdbcDataSource)
Method removeJdbcDataSource.
|
void |
DataSourceConfiguration.setJdbcDataSource(int index,
JdbcDataSource vJdbcDataSource) |
void |
DataSourceConfiguration.setJdbcDataSource(JdbcDataSource[] vJdbcDataSourceArray) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceConfiguration.setJdbcDataSource(List<JdbcDataSource> vJdbcDataSourceList)
Sets the value of '_jdbcDataSourceList' by copying the given
Vector.
|
void |
DataSourceConfiguration.setJdbcDataSourceCollection(List<JdbcDataSource> jdbcDataSourceList)
Deprecated.
|
| Constructor and Description |
|---|
SimpleDataSource(JdbcDataSource ds) |
Copyright © 2015. All rights reserved.