Example usage for org.apache.commons.pool BasePoolableObjectFactory subclass-usage

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

Introduction

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

Usage

From source file ca.gnewton.lusql.core.DocFactory.java

/**
 * Describe class DocFactory here.
 *
 *
 * Created: Thu Sep 11 18:18:11 2008
 *

From source file ca.gnewton.lusql.core.AddDocumentFactory.java

/**
 * Describe class AddDocumentFactory here.
 *
 *
 * Created: Thu Sep 11 18:18:11 2008
 *

From source file ca.gnewton.lusql.core.DocumentFactory.java

/**
 * Describe class DocumentFactory here.
 *
 *
 * Created: Thu Sep 11 18:18:11 2008
 *

From source file gov.nih.nci.caintegrator.application.analysis.gp.GenePatternPublicUserFactory.java

/**
 * This class uses the loadLists method from list loader to read any text files
 * placed in the dat_files directory of the project. It also loads (as "userLists")
 * all the predefined clinical status groups found in the ISPY study(e.g ER+, ER-, etc)
 * @author rossok
 * @param 

From source file com.soapsnake.thrift.license.rpc.ThriftClientPoolFactory.java

/**
 * 
 * Created by soapsnake on 2017/6/4.
 */
public class ThriftClientPoolFactory extends BasePoolableObjectFactory<TServiceClient> {
    private String serverAddress;

From source file org.graylog2.syslog4j.impl.pool.AbstractSyslogPoolFactory.java

/**
 * AbstractSyslogPoolFactory is an abstract implementation of the Apache Commons Pool
 * BasePoolableObjectFactory.
 * <p/>
 * <p>Syslog4j is licensed under the Lesser GNU Public License v2.1.  A copy
 * of the LGPL license is available in the META-INF folder in all

From source file org.productivity.java.syslog4j.impl.pool.AbstractSyslogPoolFactory.java

/**
* AbstractSyslogPoolFactory is an abstract implementation of the Apache Commons Pool
* BasePoolableObjectFactory.
* 
* <p>Syslog4j is licensed under the Lesser GNU Public License v2.1.  A copy
* of the LGPL license is available in the META-INF folder in all

From source file it.holiday69.phpwebserver.httpd.fastcgi.impl.PoolFactory.java

/**
 * Implements PoolableObjectFactory so it creates tcp connections on demand using pool configuration.
 * 
 * @author jrialland
 *
 */

From source file org.quickserver.util.pool.thread.ThreadObjectFactory.java

/**
 * A factory for creating {@link org.quickserver.util.pool.thread.ClientThread}
 * instances. 
 * @author Akshathkumar Shetty
 * @since 1.3
 */

From source file hu.dbx.screek.util.KnowledgeSessionFactory.java

public class KnowledgeSessionFactory extends BasePoolableObjectFactory {

    private KnowledgeBase knowledgeBase;

    private String csvPath;