Searched defs:Pool (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPool.java36 * The <code>Pool</code> class represents a Resource Pool.
38 public class Pool extends Element { class in inherits:Element
55 Pool(Configuration conf, long pool) throws PoolsException method in class:Pool
162 * Indicates whether some other Pool is "equal to this one.
172 if (!(o instanceof Pool))
174 Pool other = (Pool) o;

Completed in 83 milliseconds