| Package | Description |
|---|---|
| snaq.db |
Classes implementing core DBPool functionality, related utilities.
|
| snaq.util |
Utility classes providing useful functionality for various programming tasks.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionPool
Implementation of a database connection pool.
|
| Constructor and Description |
|---|
ConnectionPoolEvent(ObjectPool<CacheConnection> pool,
int type) |
| Modifier and Type | Method and Description |
|---|---|
ObjectPool<T> |
ObjectPoolEvent.getPool()
Returns the pool for which this event was created.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ObjectPool.compareTo(ObjectPool<T> pool)
Compares this object with the specified object for order.
|
static <T extends Reusable> |
JmxUtils.createObjectPoolMBean(ObjectPool<T> pool)
Creates a
ModelMBean for the specified ObjectPool. |
| Constructor and Description |
|---|
ObjectPoolEvent(ObjectPool<T> pool,
int type)
Creates a new
PoolEvent. |
PoolTracer(ObjectPool<T> pool,
File file)
Creates a new
PoolTracer which logs to the specified file. |
PoolTracer(ObjectPool<T> pool,
PrintWriter logWriter,
boolean closeOnExit)
Creates a new
PoolTracer which logs to the specified
PrintWriter. |
PoolTracer(ObjectPool<T> pool,
String filename)
Creates a new ObjectPoolAudit which logs to the specified File.
|
Copyright © 2013. All Rights Reserved.