git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@757381
13f79535-47bb-0310-9956-
ffa450edef68
protected volatile ConnectionPool pool = null;
- public ConnectionPool getPool() {
- return pool;
- }
-
protected PoolProperties poolProperties = new PoolProperties();
public DataSourceProxy() {
String password) throws SQLException {
return (PooledConnection) getConnection();
}
+
+ public ConnectionPool getPool() {
+ return pool;
+ }
+
+ public String getPoolName() {
+ return pool.getName();
+ }
/**
* {@inheritDoc}