Package org.opennms.protocols.wmi.wbem
Interface OnmsWbemObjectSet
-
- All Known Implementing Classes:
OnmsWbemObjectSetImpl
public interface OnmsWbemObjectSet
OnmsWbemObjectSet interface.
- Version:
- $Id: $
- Author:
- ranger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Integer
count()
countOnmsWbemObject
get(Integer idx)
get
-
-
-
Method Detail
-
count
Integer count() throws WmiException
count
- Returns:
- a
Integer
object. - Throws:
WmiException
- if any.
-
get
OnmsWbemObject get(Integer idx) throws WmiException
get
- Parameters:
idx
- aInteger
object.- Returns:
- a
OnmsWbemObject
object. - Throws:
WmiException
- if any.
-
-