static <T> T |
TransactionHandler.executeInTransaction(DataSourceDescription dataSourceDesc,
TransactionHandler.TransactionWork<T> realWork) |
static <T> T |
TransactionHandler.executeQueryInTransaction(DataSourceDescription dataSourceDesc,
TransactionHandler.QueryWork<T> realWork) |
static org.apache.commons.dbcp2.BasicDataSource |
DbcpConnectPools.getDataSource(DataSourceDescription dsDesc) |
static Map<String,Integer> |
DbcpConnectPools.getDataSourceStats(DataSourceDescription dsDesc) |
static Connection |
DbcpConnectPools.getDbcpConnect(DataSourceDescription dsDesc) |
static boolean |
DataSourceDescription.testConntect(DataSourceDescription dsDesc) |
static boolean |
DbcpConnectPools.testDataSource(DataSourceDescription dsDesc) |