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