Home
last modified time | relevance | path

Searched refs:getStringProperty (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DResourceMonitor.java102 String status = comp.getStringProperty("cpu.status"); in initialize()
162 String type = target.getStringProperty("type"); in getName()
163 return (target.getStringProperty(type + ".name")); in getName()
H A DSystemSolver.java167 oString = conf.getStringProperty( in initialize()
207 oString = resource.getStringProperty( in initialize()
214 resource.getStringProperty( in initialize()
258 newDhPath = conf.getStringProperty( in initialize()
818 String type = res.getStringProperty("type"); in getRecipients()
850 String type = res.getStringProperty("type"); in getDonors()
H A DPoold.java516 newLogLocation = conf.getStringProperty( in initializeWithConfiguration()
523 newLogSeverityName = conf.getStringProperty( in initializeWithConfiguration()
H A DSystemMonitor.java182 String status = comp.getStringProperty( in setResourceMonitors()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DProperty.java68 public String getStringProperty(String name) throws PoolsException; in getStringProperty() method
H A DElement.java178 public String getStringProperty(String name) throws PoolsException in getStringProperty() method in Element
H A DConfiguration.java132 name = getStringProperty("system.name"); in open()