|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OnmsWbemObject
| Method Summary | |
|---|---|
OnmsWbemMethodSet |
getWmiMethods()
Gets a list of the available methods on this object. |
String |
getWmiObjectText()
|
OnmsWbemObjectPath |
getWmiPath()
|
OnmsWbemPropertySet |
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. |
| Method Detail |
|---|
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
OnmsWbemObjectPath getWmiPath()
throws WmiException
WmiException
String getWmiObjectText()
throws WmiException
WmiException
OnmsWbemPropertySet getWmiProperties()
throws WmiException
WmiException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||