Uses of Interface
de.aristaflow.adept2.base.dbaccess.JDBCDataSource
-
Packages that use JDBCDataSource Package Description de.aristaflow.adept2.base.registry de.aristaflow.adept2.base.registry.dbconfiguration de.aristaflow.adept2.core.transactionmanager -
-
Uses of JDBCDataSource in de.aristaflow.adept2.base.registry
Methods in de.aristaflow.adept2.base.registry with parameters of type JDBCDataSource Modifier and Type Method Description static org.apache.commons.configuration2.DatabaseConfiguration
UrlConfigurationManager. newDatabaseConfiguration(Logger logger, JDBCDataSource dataSource, String tableName, String keyColumn, String valueColumn)
Creates a newDatabaseConfiguration
using the designated table and columns to store the configuration in the designated data source. -
Uses of JDBCDataSource in de.aristaflow.adept2.base.registry.dbconfiguration
Fields in de.aristaflow.adept2.base.registry.dbconfiguration declared as JDBCDataSource Modifier and Type Field Description protected JDBCDataSource
DataSourceWrapper. dataSource
The data source providing the connection.protected JDBCDataSource
TableManager. dataSource
The data source storing the runtime configuration table.Constructors in de.aristaflow.adept2.base.registry.dbconfiguration with parameters of type JDBCDataSource Constructor Description DataSourceWrapper(JDBCDataSource dataSource)
Creates aDataSource
providing a connection from the designatedJDBCDataSource
.TableManager(Logger logger, JDBCDataSource dataSource, String tableName, String keyColumn, String valueColumn)
Creates a new listener that creates and drops tables for runtime configurations. -
Uses of JDBCDataSource in de.aristaflow.adept2.core.transactionmanager
Methods in de.aristaflow.adept2.core.transactionmanager with parameters of type JDBCDataSource Modifier and Type Method Description TxManager<SessionToken>
GlobalTransactionManager. getTxManager(JDBCDataSource dataSource)
Gets a transaction manager based onSessionToken
for the designated data source.
-