Uses of Interface
net.datenwerke.dbpool.config.ConnectionPoolConfig
Packages that use ConnectionPoolConfig
Package
Description
-
Uses of ConnectionPoolConfig in net.datenwerke.dbpool
Methods in net.datenwerke.dbpool that return types with arguments of type ConnectionPoolConfigModifier and TypeMethodDescriptionMap<ConnectionPoolConfig, ComboPooledDataSource> DbC3p0PoolServiceImpl.getPoolMap()DbPoolService.getPoolMap()Returns a map of all active pools.Methods in net.datenwerke.dbpool with parameters of type ConnectionPoolConfigModifier and TypeMethodDescriptionDbC3p0PoolServiceImpl.getConnection(ConnectionPoolConfig poolConfig) DbC3p0PoolServiceImpl.getConnection(ConnectionPoolConfig poolConfig, ConnectionConfig connConfig) DbPoolService.getConnection(ConnectionPoolConfig config) Retrieves aFuturethat contains a connection config for the pool specified by the suppliedConnectionPoolConfigobject.DbPoolService.getConnection(ConnectionPoolConfig poolConfig, ConnectionConfig connConfig) Retrieves aFuturethat contains a connection object for the pool specified by the suppliedConnectionPoolConfigobject.MetaPoolService.getConnection(ConnectionPoolConfig config) MetaPoolService.getConnection(ConnectionPoolConfig poolConfig, ConnectionConfig connConfig) DbPoolService.getDataSource(ConnectionPoolConfig config) DbPoolService.getDataSource(ConnectionPoolConfig poolConfig, ConnectionConfig connConfig) DbPoolServiceImpl.getDataSource(ConnectionPoolConfig config) DbPoolServiceImpl.getDataSource(ConnectionPoolConfig poolConfig, ConnectionConfig connConfig) MetaPoolService.getDataSource(ConnectionPoolConfig config) MetaPoolService.getDataSource(ConnectionPoolConfig poolConfig, ConnectionConfig connConfig) voidDbC3p0PoolServiceImpl.shutdownPool(ConnectionPoolConfig poolConfig) voidDbPoolService.shutdownPool(ConnectionPoolConfig poolConfig) Shuts down the pool identified by theConnectionPoolConfigobject.voidMetaPoolService.shutdownPool(ConnectionPoolConfig poolConfig) -
Uses of ConnectionPoolConfig in net.datenwerke.dbpool.config
Classes in net.datenwerke.dbpool.config that implement ConnectionPoolConfig -
Uses of ConnectionPoolConfig in net.datenwerke.dbpool.proxy
Methods in net.datenwerke.dbpool.proxy that return ConnectionPoolConfigConstructors in net.datenwerke.dbpool.proxy with parameters of type ConnectionPoolConfigModifierConstructorDescriptionProxiedConnectionHandler(Connection connection, ConnectionPoolConfig config) -
Uses of ConnectionPoolConfig in net.datenwerke.rs.base.service.datasources.definitions
Methods in net.datenwerke.rs.base.service.datasources.definitions that return ConnectionPoolConfig -
Uses of ConnectionPoolConfig in net.datenwerke.rs.base.service.reportengines.table.utils
Methods in net.datenwerke.rs.base.service.reportengines.table.utils with parameters of type ConnectionPoolConfigModifier and TypeMethodDescriptionTableModelDbHelper.selectAsRsTableModel(ConnectionPoolConfig cpc, String query) intTableModelDbHelper.writeRsTableModel(RSTableModel rsTableModel, ConnectionPoolConfig cpc, String tableName) intTableModelDbHelper.writeRsTableModel(RSTableModel rsTableModel, ConnectionPoolConfig cpc, String tableName, TableModelDbHelper.OverwriteMode overwriteMode, String createTableStatement) -
Uses of ConnectionPoolConfig in net.datenwerke.rs.core.service.internaldb
Methods in net.datenwerke.rs.core.service.internaldb that return ConnectionPoolConfigModifier and TypeMethodDescriptionTempTableService.getConnectionConfig()TempTableServiceImpl.getConnectionConfig()TempTableResult.getPoolConfig()Methods in net.datenwerke.rs.core.service.internaldb with parameters of type ConnectionPoolConfigModifier and TypeMethodDescriptionTempTableHelper.getTableName(ConnectionPoolConfig cpc, String tableAlias) voidTempTableResult.setPoolConfig(ConnectionPoolConfig poolConfig) Constructors in net.datenwerke.rs.core.service.internaldb with parameters of type ConnectionPoolConfigModifierConstructorDescriptionTempTableResult(TempTableHelper tableHelper, ConnectionPoolConfig cpc, String query) -
Uses of ConnectionPoolConfig in net.datenwerke.rs.core.service.internaldb.pool
Classes in net.datenwerke.rs.core.service.internaldb.pool that implement ConnectionPoolConfig -
Uses of ConnectionPoolConfig in net.datenwerke.rs.scriptdatasource.service.scriptdatasource
Constructors in net.datenwerke.rs.scriptdatasource.service.scriptdatasource with parameters of type ConnectionPoolConfigModifierConstructorDescriptionScriptDatasourceTempTableResult(TempTableHelper tableHelper, ConnectionPoolConfig cpc, String query)