Searched refs:getPool (Results 1 – 2 of 2) sorted by relevance
70 long getPool() throws PoolsException in getPool() method in Pool84 if (PoolInternal.pool_associate(_conf.getConf(), getPool(), in associate()98 if (PoolInternal.pool_dissociate(_conf.getConf(), getPool(), in dissociate()117 _conf.getConf(), getPool(), values)) == null) { in getResources()141 return (PoolInternal.pool_info(_conf.getConf(), getPool(), in getInformation()204 getPool())) == 0) in getElem()
280 PoolInternal.pool_destroy(getConf(), aPool.getPool()); in destroyPool()290 public Pool getPool(String name) throws PoolsException in getPool() method in Configuration