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(java.lang.Integer idx)
getjava.lang.Integer
getCount()
getCount
-
-
-
Method Detail
-
getCount
java.lang.Integer getCount() throws WmiException
getCount
- Returns:
- a
Integer
object. - Throws:
WmiException
- if any.
-
get
OnmsWbemMethod get(java.lang.Integer idx) throws WmiException
get
- Parameters:
idx
- aInteger
object.- Returns:
- a
OnmsWbemMethod
object. - Throws:
WmiException
- if any.
-
-