Searched refs:getPool (Results 1 – 2 of 2) sorted by relevance
72 long getPool() throws PoolsException in getPool() method in Pool86 if (PoolInternal.pool_associate(_conf.getConf(), getPool(), in associate()100 if (PoolInternal.pool_dissociate(_conf.getConf(), getPool(), in dissociate()119 _conf.getConf(), getPool(), values)) == null) { in getResources()143 return (PoolInternal.pool_info(_conf.getConf(), getPool(), in getInformation()206 getPool())) == 0) in getElem()
282 PoolInternal.pool_destroy(getConf(), aPool.getPool()); in destroyPool()292 public Pool getPool(String name) throws PoolsException in getPool() method in Configuration