Searched refs:setProperty (Results 1 – 13 of 13) sorted by relevance
| /onnv-gate/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/ |
| H A D | Solaris_ActiveUserProcessAggregateStatistics.java | 112 ci.setProperty(ELEMENT, new CIMValue(activeusrCOP)); in getInstance() 113 ci.setProperty(STATS, new CIMValue(procaggreCOP)); in getInstance() 170 ci.setProperty(ELEMENT, new CIMValue(activeusrCOP)); in enumerateInstances() 171 ci.setProperty(STATS, new CIMValue(procaggreCOP)); in enumerateInstances()
|
| H A D | Solaris_ProcessStatistics.java | 111 ci.setProperty(ELEMENT, new CIMValue(procCOP)); in getInstance() 112 ci.setProperty(STATS, new CIMValue(procstatCOP)); in getInstance() 169 ci.setProperty(ELEMENT, new CIMValue(procCOP)); in enumerateInstances() 170 ci.setProperty(STATS, new CIMValue(procstatCOP)); in enumerateInstances()
|
| H A D | Solaris_ActiveProjectProcessAggregateStatistics.java | 112 ci.setProperty(ELEMENT, new CIMValue(activeprojCOP)); in getInstance() 113 ci.setProperty(STATS, new CIMValue(procaggreCOP)); in getInstance() 169 ci.setProperty(ELEMENT, new CIMValue(activeprojCOP)); in enumerateInstances() 170 ci.setProperty(STATS, new CIMValue(procaggreCOP)); in enumerateInstances()
|
| H A D | SRMProviderDataModel.java | 154 void setProperty(String key, String val) { in setProperty() method in SRMProviderDataModel 186 ci.setProperty(n, new CIMValue(v)); in setStrProp()
|
| H A D | SystemDataModel.java | 56 void setProperty(String key, String val) { in setProperty() method in SystemDataModel
|
| H A D | SetStringProp.java | 68 default: ci.setProperty(n, new CIMValue(v)); in set()
|
| H A D | SetReal64Prop.java | 72 default: ci.setProperty(n, new CIMValue(new Double(v))); in set()
|
| H A D | SetReal32Prop.java | 72 default: ci.setProperty(n, new CIMValue(new Float(v))); in set()
|
| H A D | SetUI32Prop.java | 71 default: ci.setProperty(n, new CIMValue(new UnsignedInt32(v))); in set()
|
| H A D | SetUI64Prop.java | 71 default: ci.setProperty(n, new CIMValue(Util.longToUI64(v))); in set()
|
| H A D | SRMDataReader.java | 467 pdm.setProperty(key, val); in parseElement()
|
| /onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
| H A D | slpd.java | 306 props.setProperty("sun.net.slp.configURL", in main() 664 props.setProperty("sun.net.slp.loggerClass", "com.sun.slp.Syslog"); in initializeSLPConfig()
|
| H A D | SLPConfig.java | 130 this.setProperty(prop, def); in load()
|