Java org.apache.commons.pool2.impl SoftReferenceObjectPool fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.pool2.impl SoftReferenceObjectPool fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.pool2.impl SoftReferenceObjectPool.

The text is from its open source code.

Constructor

SoftReferenceObjectPool(PooledObjectFactory factory)
Create a SoftReferenceObjectPool with the specified factory.

Method

TborrowObject()
Borrow an object from the pool.
voidclose()
Close this pool, and free any resources associated with it.
voidreturnObject(T obj)
Returns an instance to the pool after successful validation and passivation.