Example usage for org.apache.commons.pool.impl GenericObjectPool.Config subclass-usage

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

Introduction

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

Usage

From source file cache.SpringJredisCache.JRedisConfig.java

/**
 * @author  </br>
 *         dcserver1.3 </br>
 *         Date:14-1-9 </br>
 *         Time:?2:50 </br>
 *         Comment ?

From source file com.feedzai.fos.impl.weka.utils.pool.GenericObjectPoolConfig.java

/**
 * Configuration of a @{see GenericoObjectPool}.
 * Required for BeanUtils.populate():
 */
public class GenericObjectPoolConfig extends GenericObjectPool.Config {
    public void setMinIdle(int minIdle) {

From source file net.sf.hajdbc.pool.generic.GenericObjectPoolConfiguration.java

/**
 * Expose getters/setters to {@link org.apache.commons.pool.impl.GenericObjectPool.Config} properties.
 * @author Paul Ferraro
 */
public class GenericObjectPoolConfiguration extends GenericObjectPool.Config {
    public int getMaxIdle() {

From source file kr.debop4j.core.pool.AbstractPoolConfig.java

/**
 * Apache common pool ?  
 *
 * @author ? ( sunghyouk.bae@gmail.com )
 * @since 13. 4. 8.  10:53
 */

From source file net.sf.hajdbc.state.sql.SQLStateManagerFactory.java

/**
 * @author Paul Ferraro
 */
public class SQLStateManagerFactory extends GenericObjectPool.Config implements StateManagerFactory {
    private Logger logger = LoggerFactory.getLogger(this.getClass());

From source file org.geosdi.geoplatform.connector.jaxb.pool.GeoPlatformJAXBConfig.java

/**
 *
 * @author Giuseppe La Scaleia - CNR IMAA geoSDI Group
 * @email giuseppe.lascaleia@geosdi.org
 */
public class GeoPlatformJAXBConfig extends GenericObjectPool.Config {