Class OnmsWbemObjectSetImpl
- java.lang.Object
-
- org.opennms.protocols.wmi.wbem.jinterop.OnmsWbemObjectSetImpl
-
- All Implemented Interfaces:
OnmsWbemObjectSet
public class OnmsWbemObjectSetImpl extends Object implements OnmsWbemObjectSet
OnmsWbemObjectSetImpl class.
- Version:
- $Id: $
- Author:
- ranger
-
-
Constructor Summary
Constructors Constructor Description OnmsWbemObjectSetImpl(org.jinterop.dcom.impls.automation.IJIDispatch wbemObjectSet)
Constructor for OnmsWbemObjectSetImpl.
-
-
-
Method Detail
-
count
public Integer count() throws WmiException
count
- Specified by:
count
in interfaceOnmsWbemObjectSet
- Returns:
- a
Integer
object. - Throws:
WmiException
- if any.
-
get
public OnmsWbemObject get(Integer idx) throws WmiException
get
- Specified by:
get
in interfaceOnmsWbemObjectSet
- Parameters:
idx
- aInteger
object.- Returns:
- a
OnmsWbemObject
object. - Throws:
WmiException
- if any.
-
-