| Interface | Description |
|---|---|
| ObjectFactory |
An object factory that 'knows' how to create / destroy objects
|
| Pool |
Pool defines the methods that can be used by the application to access
pooled objects.
|
| Class | Description |
|---|---|
| AbstractPool |
Abstract pool provides the basic implementation of an object pool.
|
| BlockingPool | |
| NonBlockingPool |
NonBlockingPool pool provides the basic implementation of an object
pool.
|
| Exception | Description |
|---|---|
| PoolException |
Copyright © 2019. All rights reserved.