Class DBCP2ConnectionPoolFactory.DBCPConnectionPool

    • Constructor Detail

      • DBCPConnectionPool

        public DBCPConnectionPool​(org.apache.commons.dbcp2.PoolingDataSource ds,
                                  org.apache.commons.pool2.ObjectPool pool)
    • Method Detail

      • close

        public void close()
        Description copied from interface: ConnectionPool
        Method to call when closing the StoreManager down, and consequently to close the pool.
        Specified by:
        close in interface ConnectionPool