Class OnmsWbemMethodSetImpl
- java.lang.Object
-
- org.opennms.protocols.wmi.wbem.jinterop.OnmsWbemMethodSetImpl
-
- All Implemented Interfaces:
OnmsWbemMethodSet
public class OnmsWbemMethodSetImpl extends java.lang.Object implements OnmsWbemMethodSet
OnmsWbemMethodSetImpl class.
- Version:
- $Id: $
- Author:
- ranger
-
-
Constructor Summary
Constructors Constructor Description OnmsWbemMethodSetImpl(org.jinterop.dcom.impls.automation.IJIDispatch wbemMethodSetDispatch)
Constructor for OnmsWbemMethodSetImpl.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OnmsWbemMethod
get(java.lang.Integer idx)
getjava.lang.Integer
getCount()
getCount
-
-
-
Method Detail
-
getCount
public java.lang.Integer getCount() throws WmiException
getCount
- Specified by:
getCount
in interfaceOnmsWbemMethodSet
- Returns:
- a
Integer
object. - Throws:
WmiException
- if any.
-
get
public OnmsWbemMethod get(java.lang.Integer idx) throws WmiException
get
- Specified by:
get
in interfaceOnmsWbemMethodSet
- Parameters:
idx
- aInteger
object.- Returns:
- a
OnmsWbemMethod
object. - Throws:
WmiException
- if any.
-
-