public abstract class DbPoolServiceImpl<C> extends java.lang.Object implements DbPoolService<C>
| Constructor and Description |
|---|
DbPoolServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.sql.DataSource |
getDataSource(ConnectionPoolConfig config) |
javax.sql.DataSource |
getDataSource(ConnectionPoolConfig poolConfig,
ConnectionConfig connConfig) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConnection, getConnection, getPoolMap, isActive, shutdownAll, shutdownPoolpublic javax.sql.DataSource getDataSource(ConnectionPoolConfig config)
getDataSource in interface DbPoolService<C>public javax.sql.DataSource getDataSource(ConnectionPoolConfig poolConfig, ConnectionConfig connConfig)
getDataSource in interface DbPoolService<C>