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

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DComponent.java153 protected long getElem() throws PoolsException method in class:Component
H A DPool.java201 protected long getElem() throws PoolsException method in class:Pool
H A DResource.java217 protected long getElem() throws PoolsException method in class:Resource
H A DElement.java97 if (PoolInternal.pool_get_property(_conf.getConf(), getElem(),
150 if (PoolInternal.pool_put_property(_conf.getConf(), getElem(),
163 if (PoolInternal.pool_rm_property(_conf.getConf(), getElem(),
281 protected abstract long getElem() throws PoolsException; method in class:Element
294 return (walkProps(_conf.getConf(), getElem(), handler, user));
H A DConfiguration.java661 protected long getElem() throws PoolsException method in class:Configuration

Completed in 116 milliseconds