Example usage for org.apache.commons.pool2.impl GenericObjectPoolExt subclass-usage

List of usage examples for org.apache.commons.pool2.impl GenericObjectPoolExt subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.pool2.impl GenericObjectPoolExt subclass-usage.

Usage

From source file com.reversemind.hypergate.client.ClientPool.java

/**
 * @author Eugene Kalinin
 */
public class ClientPool extends GenericObjectPoolExt<IHyperGateClient> {

    private final static Logger LOG = LoggerFactory.getLogger(ClientPool.class);