|
||||||||||
| 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
OnmsWbemObjectImpl class.
| Constructor Summary | |
|---|---|
OnmsWbemObjectImpl(org.jinterop.dcom.impls.automation.IJIDispatch wbemObjectDispatch)
Constructor for OnmsWbemObjectImpl. |
|
| Method Summary | |
|---|---|
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 |
| 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)
Constructor for OnmsWbemObjectImpl.
wbemObjectDispatch - a IJIDispatch object.| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||