| Gets a ConnectionPool for a ConnectionPoolDataSource.
This method will return a connection pool that contains
the ConnectionPoolDataSource. If a ConnectionPool exists that
already contains the ConnectionPoolDataSource, it will be returned,
otherwise a ConnectionPool will be created for the ConnectionPoolDataSource.
Parameters: cpds - The ConnectionPoolDataSource to get a ConnectionPool for. The ConnectionPool. |