Class OnmsWbemPropertySetImpl
- java.lang.Object
-
- org.opennms.protocols.wmi.wbem.jinterop.OnmsWbemPropertySetImpl
-
- All Implemented Interfaces:
OnmsWbemPropertySet
public class OnmsWbemPropertySetImpl extends Object implements OnmsWbemPropertySet
OnmsWbemPropertySetImpl class.
- Version:
- $Id: $
- Author:
- ranger
-
-
Constructor Summary
Constructors Constructor Description OnmsWbemPropertySetImpl(org.jinterop.dcom.impls.automation.IJIDispatch wbemPropertySetDispatch)
Constructor for OnmsWbemPropertySetImpl.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
count()
countOnmsWbemProperty
get(Integer idx)
getOnmsWbemProperty
getByName(String name)
getByName
-
-
-
Method Detail
-
count
public Integer count() throws WmiException
count
- Specified by:
count
in interfaceOnmsWbemPropertySet
- Returns:
- a
Integer
object. - Throws:
WmiException
- if any.
-
get
public OnmsWbemProperty get(Integer idx) throws WmiException
get
- Specified by:
get
in interfaceOnmsWbemPropertySet
- Parameters:
idx
- aInteger
object.- Returns:
- a
OnmsWbemProperty
object. - Throws:
WmiException
- if any.
-
getByName
public OnmsWbemProperty getByName(String name) throws WmiException
getByName
- Specified by:
getByName
in interfaceOnmsWbemPropertySet
- Parameters:
name
- aString
object.- Returns:
- a
OnmsWbemProperty
object. - Throws:
WmiException
- if any.
-
-