Home
last modified time | relevance | path

Searched refs:_conf (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPool.java57 _conf = conf; in Pool()
74 return (_conf.checkPool(name)); in getPool()
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()
128 aList.add(new Resource(_conf, in getResources()
143 return (PoolInternal.pool_info(_conf.getConf(), getPool(), in getInformation()
205 if ((elem = PoolInternal.pool_to_elem(_conf.getConf(), in getElem()
H A DResource.java61 _conf = conf; in Resource()
81 return (_conf.checkResource(type, name)); in getResource()
95 if (PoolInternal.pool_resource_transfer(_conf.getConf(), in transfer()
113 if (PoolInternal.pool_resource_xtransfer(_conf.getConf(), in transfer()
133 _conf.getConf(), getResource(), values)) == null) { in getComponents()
142 aList.add(new Component(_conf, in getComponents()
157 return (PoolInternal.pool_resource_info(_conf.getConf(), in getInformation()
221 if ((elem = PoolInternal.pool_resource_to_elem(_conf.getConf(), in getElem()
H A DElement.java44 protected Configuration _conf; field in Element
97 if (PoolInternal.pool_get_property(_conf.getConf(), getElem(), in getProperty()
127 if (PoolInternal.pool_get_property(_conf.getConf(), proxy, name, in getProperty()
150 if (PoolInternal.pool_put_property(_conf.getConf(), getElem(), in putProperty()
163 if (PoolInternal.pool_rm_property(_conf.getConf(), getElem(), in rmProperty()
294 return (walkProps(_conf.getConf(), getElem(), handler, user)); in walkProperties()
H A DComponent.java62 _conf = conf; in Component()
80 return (_conf.checkComponent(type, sys_id)); in getComponent()
93 return (PoolInternal.pool_component_info(_conf.getConf(), in getInformation()
157 if ((elem = PoolInternal.pool_component_to_elem(_conf.getConf(), in getElem()
H A DConfiguration.java81 _conf = this; in Configuration()
603 return (PoolInternal.pool_conf_info(_conf.getConf(), deep)); in getInformation()