Class OnmsWbemMethodImpl
- java.lang.Object
-
- org.opennms.protocols.wmi.wbem.jinterop.OnmsWbemMethodImpl
-
- All Implemented Interfaces:
OnmsWbemMethod
public class OnmsWbemMethodImpl extends Object implements OnmsWbemMethod
OnmsWbemMethodImpl class.
- Version:
- $Id: $
- Author:
- ranger
-
-
Constructor Summary
Constructors Constructor Description OnmsWbemMethodImpl(org.jinterop.dcom.impls.automation.IJIDispatch wbemMethodDispatch)
Constructor for OnmsWbemMethodImpl.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
getWmiInParameters()
getWmiInParametersString
getWmiName()
getWmiNameString
getWmiOrigin()
getWmiOriginvoid
getWmiOutParameters()
getWmiOutParameters
-
-
-
Method Detail
-
getWmiName
public String getWmiName() throws WmiException
getWmiName
- Specified by:
getWmiName
in interfaceOnmsWbemMethod
- Returns:
- a
String
object. - Throws:
WmiException
- if any.
-
getWmiOrigin
public String getWmiOrigin() throws WmiException
getWmiOrigin
- Specified by:
getWmiOrigin
in interfaceOnmsWbemMethod
- Returns:
- a
String
object. - Throws:
WmiException
- if any.
-
getWmiOutParameters
public void getWmiOutParameters()
getWmiOutParameters
- Specified by:
getWmiOutParameters
in interfaceOnmsWbemMethod
-
getWmiInParameters
public void getWmiInParameters()
getWmiInParameters
- Specified by:
getWmiInParameters
in interfaceOnmsWbemMethod
-
-