Searched refs:aPool (Results 1 – 1 of 1) sorted by relevance
263 long aPool; in createPool() local265 if ((aPool = PoolInternal.pool_create(getConf(), name)) == 0) { in createPool()268 Pool p = new Pool(this, aPool); in createPool()279 public void destroyPool(Pool aPool) throws PoolsException in destroyPool() argument281 elements.remove(aPool.getKey()); in destroyPool()282 PoolInternal.pool_destroy(getConf(), aPool.getPool()); in destroyPool()294 long aPool; in getPool() local296 if ((aPool = PoolInternal.pool_get_pool(getConf(), name)) == in getPool()303 Pool p = new Pool(this, aPool); in getPool()318 long aPool; in checkPool() local[all …]