| Package | Description |
|---|---|
| com.cs.software.engine.datastore.database |
| Modifier and Type | Method and Description |
|---|---|
ConnectionQueue |
PooledConnection.getConnectionQueue() |
ConnectionQueue |
ConnectionPool.getConnectionQueue() |
ConnectionQueue |
DataSourceMgr.getConnectionQueue(String aPoolName) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionPool.setConnectionQueue(ConnectionQueue aConnectionQueue) |
void |
DataSourceMgr.setConnectionQueue(String aPoolName,
ConnectionQueue aQueue) |
| Constructor and Description |
|---|
ConnectionPool(String aPoolName,
ConnectionQueue aQueue)
Constructor - Creates new connection Pool
|
JDCConnection(Connection aConn,
ConnectionQueue aPool)
Constructor - is a wrapper of JDBC Connection Class to allow Connection
Pooling on any JDBC Connection
|
Copyright © 2020. All rights reserved.