| 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 |
CacheConnection
Connection wrapper that implements statement caching. |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectPool<T extends Reusable>
Base class for a pool system implementation.
|
class |
ObjectPoolEvent<T extends Reusable>
Event for
ObjectPool instances. |
class |
ObjectPoolEventAdapter<E extends Reusable>
Adapter implementation for handling
ObjectPoolEvent instances for
an ObjectPool. |
interface |
ObjectPoolListener<E extends Reusable>
Listener interface for
ObjectPoolEvent objects. |
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 |
|---|---|
static <T extends Reusable> |
JmxUtils.createObjectPoolMBean(ObjectPool<T> pool)
Creates a
ModelMBean for the specified ObjectPool. |
Copyright © 2014. All rights reserved.