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

java.lang.Object
  extended by org.opennms.protocols.wmi.wbem.jinterop.OnmsWbemObjectSetImpl
All Implemented Interfaces:
OnmsWbemObjectSet

public class OnmsWbemObjectSetImpl
extends Object
implements OnmsWbemObjectSet

OnmsWbemObjectSetImpl class.

Version:
$Id: $
Author:
ranger

Constructor Summary
OnmsWbemObjectSetImpl(org.jinterop.dcom.impls.automation.IJIDispatch wbemObjectSet)
          Constructor for OnmsWbemObjectSetImpl.
 
Method Summary
 Integer count()
          count
 OnmsWbemObject get(Integer idx)
          get
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnmsWbemObjectSetImpl

public OnmsWbemObjectSetImpl(org.jinterop.dcom.impls.automation.IJIDispatch wbemObjectSet)

Constructor for OnmsWbemObjectSetImpl.

Parameters:
wbemObjectSet - a IJIDispatch object.
Method Detail

count

public Integer count()
              throws WmiException

count

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

get

public OnmsWbemObject get(Integer idx)
                   throws WmiException

get

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


Copyright © 2011. All Rights Reserved.