Example usage for org.apache.commons.pool PoolableObjectFactory interface-usage

List of usage examples for org.apache.commons.pool PoolableObjectFactory interface-usage

Introduction

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

Usage

From source file org.cipango.sipatra.ruby.JRubyRuntimeFactory.java

/**
 * 
 *
 */
public class JRubyRuntimeFactory implements PoolableObjectFactory {
    private String _appPath;

From source file edu.illinois.imunit.examples.apache.pool.VisitTrackerFactory.java

/**
 * Factory that creates VisitTracker instances. Used to
 * test Evictor runs.
 *
 */
@RunWith(IMUnitRunner.class)

From source file com.jaspersoft.mongodb.connection.MongoDbConnectionFactory.java

/**
 * 
 * @author Eric Diaz
 * 
 */
public class MongoDbConnectionFactory implements PoolableObjectFactory<MongoDbConnection> {

From source file edu.illinois.enforcemop.examples.apache.pool.MethodCallPoolableObjectFactory.java

/**
 * A poolable object factory that tracks how {@link MethodCall methods are called}.
 *
 * @author Sandy McArthur
 * @version $Revision: 606064 $ $Date: 2007-12-20 19:12:02 -0500 (Thu, 20 Dec 2007) $
 * @see MethodCall

From source file com.jaspersoft.bigquery.connection.BigQueryConnectionFactory.java

/**
 * 
 * @author Eric Diaz
 * 
 */
public class BigQueryConnectionFactory implements PoolableObjectFactory<BigQueryConnection> {

From source file org.mobicents.slee.container.profile.ProfileObjectPoolFactory.java

/**
 * Implements the methods invoked by the object pool to create new PRofile Objects
 * Object
 * 
 * @author Eduardo Martins
 */

From source file org.wso2.carbon.gateway.internal.transport.sender.channel.pool.PoolableTargetChannelFactory.java

/**
 * A class which creates a TargetChannel pool for each route.
 */
public class PoolableTargetChannelFactory implements PoolableObjectFactory {

    private static final Logger log = LoggerFactory.getLogger(PoolableTargetChannelFactory.class);

From source file org.fusesource.jms.pool.SessionPool.java

/**
 * Represents the session pool for a given JMS connection.
 *
 *
 */
public class SessionPool implements PoolableObjectFactory {

From source file org.tanaguru.sebuilder.tools.FirefoxDriverPoolableObjectFactory.java

/**
 * Implementation of FirefoxDriver poolable factory. Each instance of 
 * webDriver is instanciated with the value of the display when passed as 
 * JVM argument, with an implicit wait driver timeout (set by spring configuration)
 * and an page load driver timeout(set by spring configuration)
 * 

From source file org.opens.tanaguru.sebuilder.tools.FirefoxDriverPoolableObjectFactory.java

/**
 * Implementation of FirefoxDriver poolable factory. Each instance of 
 * webDriver is instanciated with the value of the display when passed as 
 * JVM argument, with an implicit wait driver timeout (set by spring configuration)
 * and an page load driver timeout(set by spring configuration)
 *