Searched refs:getConf (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | Configuration.java | 114 final long getConf() in getConf() method in Configuration 129 if (PoolInternal.pool_conf_open(getConf(), location, in open() 147 PoolInternal.pool_conf_close(getConf()); in close() 160 return (PoolInternal.pool_conf_location(getConf())); in getLocation() 170 return (PoolInternal.pool_conf_status(getConf())); in status() 180 if (PoolInternal.pool_conf_remove(getConf()) != in remove() 194 if (PoolInternal.pool_conf_rollback(getConf()) != in rollback() 208 if (PoolInternal.pool_conf_commit(getConf(), active) != in commit() 223 if (PoolInternal.pool_conf_export(getConf(), location, format) in export() 237 if (PoolInternal.pool_conf_validate(getConf(), level) in validate() [all …]
|
H A D | Pool.java | 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() 205 if ((elem = PoolInternal.pool_to_elem(_conf.getConf(), in getElem()
|
H A D | Resource.java | 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() 157 return (PoolInternal.pool_resource_info(_conf.getConf(), in getInformation() 221 if ((elem = PoolInternal.pool_resource_to_elem(_conf.getConf(), in getElem()
|
H A D | Element.java | 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 D | Component.java | 93 return (PoolInternal.pool_component_info(_conf.getConf(), in getInformation() 157 if ((elem = PoolInternal.pool_component_to_elem(_conf.getConf(), in getElem()
|