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 OnmsWbemObject
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.public List<String> wmiInstances()
wmiInstances
wmiInstances
in interface OnmsWbemObject
List
object.public String wmiPut()
wmiPut
wmiPut
in interface OnmsWbemObject
String
object.public OnmsWbemMethodSet getWmiMethods() throws WmiException
getWmiMethods
getWmiMethods
in interface OnmsWbemObject
OnmsWbemMethodSet
object.WmiException
- if any.public OnmsWbemObjectPath getWmiPath() throws WmiException
getWmiPath
getWmiPath
in interface OnmsWbemObject
OnmsWbemObjectPath
object.WmiException
- if any.public String getWmiObjectText() throws WmiException
getWmiObjectText
getWmiObjectText
in interface OnmsWbemObject
String
object.WmiException
- if any.public OnmsWbemPropertySet getWmiProperties() throws WmiException
getWmiProperties
getWmiProperties
in interface OnmsWbemObject
OnmsWbemPropertySet
object.WmiException
- if any.Copyright © 2021. All rights reserved.