Package org.jdbcdslog
Class AccessConnectionPoolDataSourceProxy
- Object
-
- org.jdbcdslog.AccessConnectionPoolDataSourceProxy
-
public class AccessConnectionPoolDataSourceProxy extends Object
This class is necessary because ConnectionPoolDataSourceProxy's targetDS field is protected. So by defining this helper class, in Java and in the org.jdbcdslog, we can access the protected field (because being in the package grants protected access).
-
-
Constructor Summary
Constructors Constructor Description AccessConnectionPoolDataSourceProxy()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DataSource
getTargetDatasource(org.jdbcdslog.ConnectionPoolDataSourceProxy p)
-
-
-
Method Detail
-
getTargetDatasource
public static DataSource getTargetDatasource(org.jdbcdslog.ConnectionPoolDataSourceProxy p)
-
-