See: Description
| Interface | Description |
|---|---|
| EventNotifier<L extends EventListener,E extends EventObject> |
Interface defining an object that can notify an event listener.
|
| ObjectPoolListener<E extends Reusable> |
Listener interface for
ObjectPoolEvent objects. |
| Reusable |
Interface for an object that can be reused.
|
| Class | Description |
|---|---|
| EventDispatcher<L extends EventListener,E extends EventObject> |
Utility class to perform asynchronous event dispatch.
|
| JmxUtils |
Utility class for providing ObjectPool JMX support.
|
| ObjectPool<T extends Reusable> |
Base class for a pool system implementation.
|
| ObjectPoolEvent<T extends Reusable> |
Event for
ObjectPool instances. |
| ObjectPoolEventAdapter<E extends Reusable> |
Adapter implementation for handling
ObjectPoolEvent instances for
an ObjectPool. |
| PoolTracer<T extends Reusable> |
Class to create a simple trace of pool usage statistics to a log file.
|
| TimeWrapper<E> |
Time-tracking wrapper class for an object.
|
| Enum | Description |
|---|---|
| ObjectPool.Strategy |
Enumeration of selection strategies.
|
Copyright © 2013. All Rights Reserved.