| Package | Description |
|---|---|
| snaq.db |
Classes implementing core DBPool functionality, related utilities.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionPool |
DBPoolDataSource.pool
ConnectionPool instance used to source connections. |
| Modifier and Type | Method and Description |
|---|---|
ConnectionPool |
ConnectionPoolEvent.getConnectionPool() |
protected ConnectionPool |
CacheConnection.getPool()
Returns the
ConnectionPool to which this CacheConnection belongs. |
ConnectionPool |
ConnectionPoolManager.getPool(String name)
Returns one of the
ConnectionPool instances by name. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ConnectionPool> |
ConnectionPoolManager.getPools()
Returns all the current
ConnectionPool instances maintained by this manager. |
| Constructor and Description |
|---|
CacheConnection(ConnectionPool pool,
Connection con)
Creates a new
CacheConnection object, using the supplied Connection. |
Copyright © 2014. All rights reserved.