public class PooledConnectionComponentPoolFactory extends Object
| Constructor and Description |
|---|
PooledConnectionComponentPoolFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <D extends CommonDataSource> |
constructComponentPool(String poolName,
DataSourceFactory<D,? extends PooledConnection> dataSourceFactory,
String validationQuery,
int maxStatements,
ComplexPoolConfig poolConfig,
DatabaseConnection... connections) |
public PooledConnectionComponentPoolFactory()
public static <D extends CommonDataSource> ComponentPool<? extends PooledConnection> constructComponentPool(String poolName, DataSourceFactory<D,? extends PooledConnection> dataSourceFactory, String validationQuery, int maxStatements, ComplexPoolConfig poolConfig, DatabaseConnection... connections) throws SQLException, ComponentPoolException
SQLExceptionComponentPoolExceptionCopyright © 2017. All rights reserved.