public interface OnmsWbemObject
OnmsWbemObject interface.
| Modifier and Type | Method and Description | 
|---|---|
OnmsWbemMethodSet | 
getWmiMethods()
Gets a list of the available methods on this object. 
 | 
String | 
getWmiObjectText()
getWmiObjectText 
 | 
OnmsWbemObjectPath | 
getWmiPath()
getWmiPath 
 | 
OnmsWbemPropertySet | 
getWmiProperties()
getWmiProperties 
 | 
OnmsWbemObject | 
wmiExecMethod(String methodName,
             List<?> params,
             List<?> namedValueSet)
Execute a named method on this WMI object. 
 | 
List<String> | 
wmiInstances()
Returns a list of instances of this object (if it is a WMI class.) 
 | 
String | 
wmiPut()
Create or update a WMI object. 
 | 
OnmsWbemObject wmiExecMethod(String methodName, List<?> params, List<?> namedValueSet)
methodName - The name of the method to execute on the remote side.params - The list of parameters for this method.namedValueSet - A list of parameter values.List<String> wmiInstances()
String wmiPut()
OnmsWbemMethodSet getWmiMethods() throws WmiException
WmiException - if any.OnmsWbemObjectPath getWmiPath() throws WmiException
getWmiPath
OnmsWbemObjectPath object.WmiException - if any.String getWmiObjectText() throws WmiException
getWmiObjectText
String object.WmiException - if any.OnmsWbemPropertySet getWmiProperties() throws WmiException
getWmiProperties
OnmsWbemPropertySet object.WmiException - if any.Copyright © 2021. All rights reserved.