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

/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/util/
H A DConnectionPoolReconfigHelper.java64 public static ReconfigAction compare(ConnectorConnectionPool oldPool, argument
68 if (isEqualConnectorConnectionPool(oldPool, newPool, excludedProps)
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/deployer/
H A DJdbcConnectionPoolDeployer.java803 final ResourcePool oldPool = runtime.getPoolManager().getPool(poolInfo);
807 oldPool.blockRequests(reconfigWaitTimeout);
809 if (oldPool.getPoolWaitQueue().getQueueLength() > 0 || oldPool.getPoolStatus().getNumConnUsed() > 0) {
818 waitForCompletion(steps, oldPool, reconfigWaitTimeout);
821 waitForCompletion(steps, oldPool, reconfigWaitTimeout);
822 if (oldPool.getPoolWaitQueue().getQueueLength() == 0 &&
823 oldPool.getPoolStatus().getNumConnUsed() == 0) {
832 PoolWaitQueue reconfigWaitQueue = oldPool.getReconfigWaitQueue();
851 "WaitQueue-Length : ["+oldPool
886 waitForCompletion(long steps, ResourcePool oldPool, long totalWaitTime) argument
[all...]

Completed in 14 milliseconds