| Package | Description |
|---|---|
| snaq.db |
Classes implementing core DBPool functionality, related utilities.
|
| snaq.util |
Utility classes providing useful functionality for various programming tasks.
|
| Constructor and Description |
|---|
ConnectionPoolEvent(ObjectPool<CacheConnection> pool,
ObjectPoolEvent.Type type) |
| Modifier and Type | Method and Description |
|---|---|
ObjectPoolEvent.Type |
ObjectPoolEvent.getType()
Returns the type of event this object represents.
|
static ObjectPoolEvent.Type |
ObjectPoolEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectPoolEvent.Type[] |
ObjectPoolEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ObjectPoolEvent(ObjectPool<T> pool,
ObjectPoolEvent.Type type)
Creates a new
PoolEvent. |
Copyright © 2016. All rights reserved.