You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary Gregory (JIRA)" <ji...@apache.org> on 2018/04/18 23:38:00 UTC

[jira] [Created] (DBCP-487) Add API org.apache.commons.dbcp2.datasources.PerUserPoolDataSource.clear()

Gary Gregory created DBCP-487:
---------------------------------

             Summary: Add API org.apache.commons.dbcp2.datasources.PerUserPoolDataSource.clear()
                 Key: DBCP-487
                 URL: https://issues.apache.org/jira/browse/DBCP-487
             Project: Commons DBCP
          Issue Type: Improvement
            Reporter: Gary Gregory


Add API {{org.apache.commons.dbcp2.datasources.PerUserPoolDataSource.clear()}}:
{code:java}
    /**
     * Clears pool(s) being maintained by this data source.
     * 
     * @see org.apache.commons.pool2.ObjectPool#clear()
     */
    public void clear()
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)