|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.protocols.wmi.wbem.jinterop.OnmsWbemObjectImpl
public class OnmsWbemObjectImpl
| Constructor Summary | |
|---|---|
OnmsWbemObjectImpl(org.jinterop.dcom.impls.automation.IJIDispatch wbemObjectDispatch)
|
|
| Method Summary | |
|---|---|
OnmsWbemMethodSet |
getWmiMethods()
Gets a list of the available methods on this object. |
String |
getWmiObjectText()
|
OnmsWbemObjectPath |
getWmiPath()
|
OnmsWbemPropertySet |
getWmiProperties()
|
OnmsWbemObjectImpl |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OnmsWbemObjectImpl(org.jinterop.dcom.impls.automation.IJIDispatch wbemObjectDispatch)
| Method Detail |
|---|
public OnmsWbemObjectImpl wmiExecMethod(String methodName,
List params,
List namedValueSet)
OnmsWbemObject
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()
OnmsWbemObject
wmiInstances in interface OnmsWbemObjectpublic String wmiPut()
OnmsWbemObject
wmiPut in interface OnmsWbemObject
public OnmsWbemMethodSet getWmiMethods()
throws WmiException
OnmsWbemObject
getWmiMethods in interface OnmsWbemObjectWmiException
public OnmsWbemObjectPath getWmiPath()
throws WmiException
getWmiPath in interface OnmsWbemObjectWmiException
public String getWmiObjectText()
throws WmiException
getWmiObjectText in interface OnmsWbemObjectWmiException
public OnmsWbemPropertySet getWmiProperties()
throws WmiException
getWmiProperties in interface OnmsWbemObjectWmiException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||