No-op.
Creates an object instance, to be wrapped in a {@link PooledObject}. <p>This method <strong>must</strong> support concurrent, multi-threaded activation.</p>
No-op.
No-op.
This implementation always returns {@code true}.
Wrap the provided instance with an implementation of {@link PooledObject}.
A base implementation of <code>PoolableObjectFactory</code>. <p> All operations defined here are essentially no-op's. <p> This class is immutable, and therefore thread-safe
@param <T> Type of element managed in this factory.
@see PooledObjectFactory @see BaseKeyedPooledObjectFactory