| 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 |
ConnectionPoolEventAdapter
Adapter implementation for handling
ConnectionPoolEvent objects for
ConnectionPool instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectPoolEventAdapter<E extends Reusable>
Adapter implementation for handling
ObjectPoolEvent instances for
an ObjectPool. |
class |
PoolTracer<T extends Reusable>
Class to create a simple trace of pool usage statistics to a log file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectPool.addObjectPoolListener(ObjectPoolListener<T> x)
Adds an listener to the event notification list.
|
void |
ObjectPool.removeObjectPoolListener(ObjectPoolListener<T> x)
Removes a listener from the event notification list.
|
Copyright © 2014. All rights reserved.