public class OnmsWbemObjectImpl extends Object implements OnmsWbemObject
OnmsWbemObjectImpl class.
| Constructor and Description | 
|---|
OnmsWbemObjectImpl(org.jinterop.dcom.impls.automation.IJIDispatch wbemObjectDispatch)
Constructor for OnmsWbemObjectImpl. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
OnmsWbemMethodSet | 
getWmiMethods()
getWmiMethods 
 | 
String | 
getWmiObjectText()
getWmiObjectText 
 | 
OnmsWbemObjectPath | 
getWmiPath()
getWmiPath 
 | 
OnmsWbemPropertySet | 
getWmiProperties()
getWmiProperties 
 | 
OnmsWbemObjectImpl | 
wmiExecMethod(String methodName,
             List<?> params,
             List<?> namedValueSet)
Execute a named method on this WMI object. 
 | 
List<String> | 
wmiInstances()
wmiInstances 
 | 
String | 
wmiPut()
wmiPut 
 | 
public OnmsWbemObjectImpl(org.jinterop.dcom.impls.automation.IJIDispatch wbemObjectDispatch)
Constructor for OnmsWbemObjectImpl.
wbemObjectDispatch - a IJIDispatch object.public OnmsWbemObjectImpl wmiExecMethod(String methodName, List<?> params, List<?> namedValueSet)
wmiExecMethod in interface OnmsWbemObjectmethodName - 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.public List<String> wmiInstances()
wmiInstances
wmiInstances in interface OnmsWbemObjectList object.public String wmiPut()
wmiPut
wmiPut in interface OnmsWbemObjectString object.public OnmsWbemMethodSet getWmiMethods() throws WmiException
getWmiMethods
getWmiMethods in interface OnmsWbemObjectOnmsWbemMethodSet object.WmiException - if any.public OnmsWbemObjectPath getWmiPath() throws WmiException
getWmiPath
getWmiPath in interface OnmsWbemObjectOnmsWbemObjectPath object.WmiException - if any.public String getWmiObjectText() throws WmiException
getWmiObjectText
getWmiObjectText in interface OnmsWbemObjectString object.WmiException - if any.public OnmsWbemPropertySet getWmiProperties() throws WmiException
getWmiProperties
getWmiProperties in interface OnmsWbemObjectOnmsWbemPropertySet object.WmiException - if any.Copyright © 2020. All rights reserved.