Package | Description |
---|---|
org.opennms.core.db | |
org.opennms.core.db.install | |
org.opennms.features.newts.converter | |
org.opennms.netmgt.config.opennmsDataSources |
This file is part of OpenNMS(R).
|
org.opennms.netmgt.distributed.datasource | |
org.opennms.reporting.jasperreports.compiler |
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) |
protected void |
HikariCPConnectionFactory.initializePool(JdbcDataSource dataSource) |
Constructor and Description |
---|
AtomikosDataSourceFactory(JdbcDataSource ds) |
BaseConnectionFactory(JdbcDataSource ds) |
C3P0ConnectionFactory(JdbcDataSource dataSource) |
HikariCPConnectionFactory(JdbcDataSource dataSource)
Instantiates a new HikariCP connection factory.
|
Constructor and Description |
---|
SimpleDataSource(JdbcDataSource ds)
Constructor for SimpleDataSource.
|
Constructor and Description |
---|
SimpleDataSource(JdbcDataSource ds)
Instantiates a new simple data source.
|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
DataSource |
ConfigFactory.createDataSource(ConnectionPool connectionPool,
JdbcDataSource jdbcDataSource) |
Constructor and Description |
---|
SimpleDataSource(JdbcDataSource ds)
Instantiates a new simple data source.
|
Copyright © 2021. All rights reserved.