Searched refs:aPool (Results 1 – 1 of 1) sorted by relevance
261 long aPool; in createPool() local263 if ((aPool = PoolInternal.pool_create(getConf(), name)) == 0) { in createPool()266 Pool p = new Pool(this, aPool); in createPool()277 public void destroyPool(Pool aPool) throws PoolsException in destroyPool() argument279 elements.remove(aPool.getKey()); in destroyPool()280 PoolInternal.pool_destroy(getConf(), aPool.getPool()); in destroyPool()292 long aPool; in getPool() local294 if ((aPool = PoolInternal.pool_get_pool(getConf(), name)) == in getPool()301 Pool p = new Pool(this, aPool); in getPool()316 long aPool; in checkPool() local[all …]