T - The type of object provided by the pool.GenericObjectPoolpublic interface UsageTracking<T>
| Modifier and Type | Method | Description |
|---|---|---|
void |
use(T pooledObject) |
This method is called every time a pooled object to enable the pool to
better track borrowed objects.
|
void use(T pooledObject)
pooledObject - The object that is being usedCopyright © 2001-2014 Apache Software Foundation. Documenation generated March 25 2019.