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 OnmsWbemMethodget(java.lang.Integer idx)getjava.lang.IntegergetCount()getCount
-
-
-
Method Detail
-
getCount
public java.lang.Integer getCount() throws WmiExceptiongetCount
- Specified by:
getCountin interfaceOnmsWbemMethodSet- Returns:
- a
Integerobject. - Throws:
WmiException- if any.
-
get
public OnmsWbemMethod get(java.lang.Integer idx) throws WmiException
get
- Specified by:
getin interfaceOnmsWbemMethodSet- Parameters:
idx- aIntegerobject.- Returns:
- a
OnmsWbemMethodobject. - Throws:
WmiException- if any.
-
-