org.opennms.protocols.wmi.wbem.jinterop
Class OnmsWbemPropertySetImpl

java.lang.Object
  extended by 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
OnmsWbemPropertySetImpl(org.jinterop.dcom.impls.automation.IJIDispatch wbemPropertySetDispatch)
          Constructor for OnmsWbemPropertySetImpl.
 
Method Summary
 Integer count()
          count
 OnmsWbemProperty get(Integer idx)
          get
 OnmsWbemProperty getByName(String name)
          getByName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnmsWbemPropertySetImpl

public OnmsWbemPropertySetImpl(org.jinterop.dcom.impls.automation.IJIDispatch wbemPropertySetDispatch)

Constructor for OnmsWbemPropertySetImpl.

Parameters:
wbemPropertySetDispatch - a IJIDispatch object.
Method Detail

count

public Integer count()
              throws WmiException

count

Specified by:
count in interface OnmsWbemPropertySet
Returns:
a Integer object.
Throws:
WmiException - if any.

get

public OnmsWbemProperty get(Integer idx)
                     throws WmiException

get

Specified by:
get in interface OnmsWbemPropertySet
Parameters:
idx - a Integer object.
Returns:
a OnmsWbemProperty object.
Throws:
WmiException - if any.

getByName

public OnmsWbemProperty getByName(String name)
                           throws WmiException

getByName

Specified by:
getByName in interface OnmsWbemPropertySet
Parameters:
name - a String object.
Returns:
a OnmsWbemProperty object.
Throws:
WmiException - if any.


Copyright © 2011. All Rights Reserved.