Examples of EnhancedPoolFactory


Examples of org.ow2.util.pool.impl.enhanced.EnhancedPoolFactory

     * Build an instance for the given management pool.
     * @param pool the given pool
     */
    public ManagementPool(final IPool<IReusableThread> pool) {
        this.pool = pool;
        this.enhancedPoolFactory = new EnhancedPoolFactory(pool);
        this.enhancedCluePoolFactory = new EnhancedCluePoolFactory(pool);

    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.