Class DefaultPooledObject<T>

java.lang.Object
org.apache.commons.pool2.impl.DefaultPooledObject<T>
Type Parameters:
T - the type of object in the pool
All Implemented Interfaces:
Comparable<PooledObject<T>>, PooledObject<T>
Direct Known Subclasses:
PooledSoftReference

public class DefaultPooledObject<T> extends Object implements PooledObject<T>
This wrapper is used to track the additional information, such as state, for the pooled objects.

This class is intended to be thread-safe.

Since:
2.0