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

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

Introduction

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

Usage

From source file org.mule.transport.ConfigurableKeyedObjectPool.java

/**
 * A configurable {@link KeyedObjectPool}. Extracted from
 * {@link org.apache.commons.pool.impl.GenericKeyedObjectPool}.
 */
public interface ConfigurableKeyedObjectPool extends KeyedObjectPool {

From source file org.batoo.jpa.core.pool.GenericKeyedPool.java

/**
 * FIXME requires proper implementation
 * 
 * @param <K>
 *            the key type
 * @param <V>