public class TomcatConnectionPoolFactory.TomcatConnectionPool extends Object implements ConnectionPool
| Constructor and Description | 
|---|
TomcatConnectionPool(org.apache.tomcat.jdbc.pool.DataSource ds)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()
Method to call when closing the StoreManager down, and consequently to close the pool. 
 | 
DataSource | 
getDataSource()
Accessor for the pooled DataSource. 
 | 
public TomcatConnectionPool(org.apache.tomcat.jdbc.pool.DataSource ds)
public void close()
ConnectionPoolclose in interface ConnectionPoolpublic DataSource getDataSource()
ConnectionPoolgetDataSource in interface ConnectionPoolCopyright © 2020. All rights reserved.