| Interface | Description |
|---|---|
| PoolObjectFactory<T> |
Defines an interface which is to be implemented by the factory that will be used by the object
pools defined in this package, in order to control the lifecycle of the objects in the pools.
|
| PoolService<T> |
Defines the object pool operations.
|
| Class | Description |
|---|---|
| ConcurrentLinkedPool<T> |
An object pool based on a
ConcurrentLinkedQueue guarded by a Semaphore. |
Copyright © 2013-2016 vibur.org. All Rights Reserved.