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 com.stgmastek.birt.report.BIRTEngineFactory.java

/**
 * The factory class that creates the BIRT Runtime Engine instances.
 *
 * @author Kedar Raybagkar
 * @since 1.2
 */

From source file com.nesscomputing.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 com.baifendian.swordfish.common.hive.metastore.HiveMetaStorePoolFactory.java

public class HiveMetaStorePoolFactory extends BasePoolableObjectFactory {

    private final Logger logger = LoggerFactory.getLogger(getClass());

    private HiveConf hConf;

From source file com.lithium.flow.svn.PoolSvnProvider.java

/**
 * @author Matt Ayres
 */
public class PoolSvnProvider extends BasePoolableObjectFactory<SVNRepository> implements SvnProvider {
    private final SvnProvider delegate;
    private final ObjectPool<SVNRepository> pool;

From source file org.texai.kb.persistence.RDFEntityManagerFactory.java

/** Provides a factory to create RDF entity manager instances to populate the pool.
 *
 * @author Stephen L. Reed
 */
@NotThreadSafe
public final class RDFEntityManagerFactory extends BasePoolableObjectFactory {

From source file org.wso2.carbon.identity.entitlement.proxy.soap.util.EntitlementServiceStubFactory.java

public class EntitlementServiceStubFactory extends BasePoolableObjectFactory {
    private ConfigurationContext configurationContext;
    private String targetEndpoint;
    private HttpTransportProperties.Authenticator authenticator;

    public EntitlementServiceStubFactory(ConfigurationContext configurationContext, String targetEndpoint,

From source file org.wso2.carbon.identity.samples.entitlement.kmarket.trading.stub.factory.EntitlementServiceStubFactory.java

public class EntitlementServiceStubFactory extends BasePoolableObjectFactory {

    private ConfigurationContext configurationContext;
    private String targetEndpoint;
    private HttpTransportProperties.Authenticator authenticator;

From source file org.wso2.carbon.identity.samples.entitlement.kmarket.trading.stub.factory.RemoteUserStoreManagerServiceStubFactory.java

public class RemoteUserStoreManagerServiceStubFactory extends BasePoolableObjectFactory {

    private ConfigurationContext configurationContext;
    private String targetEndpoint;
    private HttpTransportProperties.Authenticator authenticator;

From source file org.wso2.carbon.identity.samples.entitlement.kmarket.trading.stub.factory.EntitlementPolicyAdminServiceStubFactory.java

public class EntitlementPolicyAdminServiceStubFactory extends BasePoolableObjectFactory {

    private ConfigurationContext configurationContext;
    private String targetEndpoint;
    private HttpTransportProperties.Authenticator authenticator;

From source file org.alinous.plugin.derby.DerbyConnectionFactory.java

public class DerbyConnectionFactory extends BasePoolableObjectFactory {
    private Driver driver;
    private String user;
    private String pass;
    private String uri;