Searched defs:adminPool (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/deployer/
H A DJdbcConnectionPoolDeployer.java160 JdbcConnectionPool adminPool = (JdbcConnectionPool) resource;
162 ConnectorConnectionPool connConnPool = createConnectorConnectionPool(adminPool, poolInfo);
163 registerTransparentDynamicReconfigPool(poolInfo, adminPool);
250 * @param adminPool - The JdbcConnectionPool to pull out properties from
257 JdbcConnectionPool adminPool,
262 if (adminPool.getResType() != null) {
263 if (ConnectorConstants.JAVA_SQL_DRIVER.equals(adminPool.getResType())) {
265 adminPool.getDriverClassname() == null ? "" : adminPool.getDriverClassname(),
269 adminPool
256 getMCFConfigProperties( JdbcConnectionPool adminPool, ConnectorConnectionPool conConnPool, ConnectorDescriptor connDesc) argument
571 createConnectorConnectionPool(JdbcConnectionPool adminPool, PoolInfo poolInfo) argument
642 setConnectorConnectionPoolAttributes(ConnectorConnectionPool ccp, JdbcConnectionPool adminPool) argument
[all...]

Completed in 33 milliseconds