| Package | Description |
|---|---|
| to.etc.dbpool | |
| to.etc.dbpool.info | |
| to.etc.dbreplay |
| Modifier and Type | Method and Description |
|---|---|
ConnectionPool |
PoolManager.definePool(File poolfile,
String id)
This defines a pool, taking it's config from a properties file.
|
ConnectionPool |
PoolManager.definePool(PoolConfigSource cs,
String id)
Defines the pool with the specified ID from the ConfigSource passed.
|
ConnectionPool |
PoolManager.definePool(String id)
This defines a pool using the default poolfile ".dbpool.properties" stored
in the user's home directory.
|
ConnectionPool |
PoolManager.definePool(String id,
PoolConfig pc) |
ConnectionPool |
PoolManager.definePool(String id,
String driver,
String url,
String userid,
String password,
String driverpath) |
ConnectionPool |
ConnectionProxy.getPool() |
ConnectionPool |
DataSourceImpl.getPool() |
ConnectionPool |
UnpooledDataSourceImpl.getPool() |
ConnectionPool |
PoolManager.getPool(String id)
Finds the named pool.
|
static ConnectionPool |
PoolManager.getPoolFrom(DataSource ds) |
ConnectionPool[] |
PoolManager.getPoolList()
Return all currently defined pools.
|
ConnectionPool |
PoolManager.initializePool(File poolfile,
String id)
This combines defining and initializing a pool, taking it's config from
a properties file.
|
ConnectionPool |
PoolManager.initializePool(PoolConfigSource cs,
String id)
This combines defining and initializing a pool.
|
ConnectionPool |
PoolManager.initializePool(String id)
Initializes the pool defined by ID by pre-allocating the first min
connections from it.
|
protected ConnectionPool |
StatementProxy.pool() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionPool |
JspPageHandler.getPool() |
| Modifier and Type | Method and Description |
|---|---|
void |
JspPageHandler.actionTag(ConnectionPool pool,
String action,
String text) |
void |
JspPageHandler.showTag(ConnectionPool pool,
String action,
String text) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionPool |
DbReplay.getPool() |
Copyright © 2017 etc.to. All rights reserved.