Home
last modified time | relevance | path

Searched refs:getPool (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPool.java72 long getPool() throws PoolsException in getPool() method in Pool
86 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()
H A DConfiguration.java282 PoolInternal.pool_destroy(getConf(), aPool.getPool()); in destroyPool()
292 public Pool getPool(String name) throws PoolsException in getPool() method in Configuration