Example usage for org.apache.commons.pool.impl GenericObjectPoolFactory subclass-usage

List of usage examples for org.apache.commons.pool.impl GenericObjectPoolFactory subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.pool.impl GenericObjectPoolFactory subclass-usage.

Usage

From source file com.fjn.helper.frameworkex.apache.commons.pool.connectionPool.ConnectionPoolFactory.java

public class ConnectionPoolFactory extends GenericObjectPoolFactory {

    public ConnectionPoolFactory(PoolableObjectFactory factory, int maxActive, byte whenExhaustedAction,
            long maxWait, int maxIdle, int minIdle, boolean testOnBorrow, boolean testOnReturn,
            long timeBetweenEvictionRunsMillis, int numTestsPerEvictionRun, long minEvictableIdleTimeMillis,
            boolean testWhileIdle, long softMinEvictableIdleTimeMillis, boolean lifo) {