Package net.datenwerke.dbpool
Class DbPoolServiceImpl<C>
java.lang.Object
net.datenwerke.dbpool.DbPoolServiceImpl<C>
- All Implemented Interfaces:
DbPoolService<C>
- Direct Known Subclasses:
DbC3p0PoolServiceImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDataSource(ConnectionPoolConfig config) getDataSource(ConnectionPoolConfig poolConfig, ConnectionConfig connConfig) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.datenwerke.dbpool.DbPoolService
getConnection, getConnection, getPoolMap, isActive, shutdownAll, shutdownPool
-
Constructor Details
-
DbPoolServiceImpl
public DbPoolServiceImpl()
-
-
Method Details
-
getDataSource
- Specified by:
getDataSourcein interfaceDbPoolService<C>
-
getDataSource
- Specified by:
getDataSourcein interfaceDbPoolService<C>
-