examples/tomcat6/apache-tomcat-6.0.35-src/libs/commons-pool-1.5.6-src/src/java/org/apache/commons/pool/KeyedObjectPoolFactory.java
branchcvs_MAIN
changeset 3412 df11bb428463
parent 3360 1a8899091305
equal deleted inserted replaced
3386:ddcff50a1fdc 3412:df11bb428463
    21  * A factory for creating {@link KeyedObjectPool}s.
    21  * A factory for creating {@link KeyedObjectPool}s.
    22  *
    22  *
    23  * @see KeyedObjectPool
    23  * @see KeyedObjectPool
    24  *
    24  *
    25  * @author Rodney Waldhoff
    25  * @author Rodney Waldhoff
    26  * @version $Revision: 1.4 $ $Date: 2015-01-28 02:11:06 $
    26  * @version $Revision: 1.5 $ $Date: 2015-03-20 12:08:10 $
    27  * @since Pool 1.0
    27  * @since Pool 1.0
    28  */
    28  */
    29 public interface KeyedObjectPoolFactory {
    29 public interface KeyedObjectPoolFactory {
    30     /**
    30     /**
    31      * Create a new {@link KeyedObjectPool}.
    31      * Create a new {@link KeyedObjectPool}.