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

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

Introduction

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

Usage

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

/**
 * <p>Basic implementation of <code>javax.sql.DataSource</code> that is
 * configured via JavaBeans properties.  This is not the only way to
 * combine the <em>commons-dbcp</em> and <em>commons-pool</em> packages,
 * but provides a "one stop shopping" solution for basic requirements.</p>
 *