Example usage for org.apache.commons.pool2 UsageTracking interface-usage

List of usage examples for org.apache.commons.pool2 UsageTracking interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.pool2 UsageTracking interface-usage.

Usage

From source file JDBCPool.dbcp.demo.sourcecode.GenericObjectPool.java

/**
 * A configurable {@link ObjectPool} implementation.
 * <p>
 * When coupled with the appropriate {@link PooledObjectFactory},
 * <code>GenericObjectPool</code> provides robust pooling functionality for
 * arbitrary objects.</p>