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

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPool.java72 long getPool() throws PoolsException method in class:Pool
86 if (PoolInternal.pool_associate(_conf.getConf(), getPool(),
100 if (PoolInternal.pool_dissociate(_conf.getConf(), getPool(),
119 _conf.getConf(), getPool(), values)) == null) {
143 return (PoolInternal.pool_info(_conf.getConf(), getPool(),
206 getPool())) == 0)
H A DConfiguration.java282 PoolInternal.pool_destroy(getConf(), aPool.getPool());
292 public Pool getPool(String name) throws PoolsException method in class:Configuration

Completed in 58 milliseconds