Example usage for org.apache.commons.dbcp2 PoolableConnectionMXBean interface-usage

List of usage examples for org.apache.commons.dbcp2 PoolableConnectionMXBean interface-usage

Introduction

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

Usage

From source file JDBCPool.dbcp.demo.sourcecode.PoolableConnection.java

/**
 * A delegating connection that, rather than closing the underlying
 * connection, returns itself to an {@link ObjectPool} when
 * closed.
 *
 * @author Rodney Waldhoff