Class PooledSoftReference<T>

java.lang.Object
org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject<T>
org.apache.tomcat.dbcp.pool2.impl.PooledSoftReference<T>
Type Parameters:
T - the type of the underlying object that the wrapped SoftReference refers to.
All Implemented Interfaces:
Comparable<PooledObject<T>>, PooledObject<T>

public class PooledSoftReference<T> extends DefaultPooledObject<T>
Extension of DefaultPooledObject to wrap pooled soft references.

This class is intended to be thread-safe.

Since:
2.0