| Interface | Description |
|---|---|
| PooledObject |
Represents an object that is managed by a resource pool.
The pool is responsible for |
| PooledObjectFactory<T extends PooledObject> | |
| ResourcePool<T extends PooledObject> |
Represents a resource pool that manages a collection of
PooledObject. |
| Class | Description |
|---|---|
| AbstractConcurrentResourcePool<T extends PooledObject> |
Abstraction of a
ResourcePool that uses a concurrent queue to maintains the list of resources. |
| AbstractResourcePool<T extends PooledObject> |
Abstraction of a
ResourcePool that relies on an internal queue to maintain the collection of resources. |
Copyright © 2016 TeleStax, Inc.. All Rights Reserved.