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


Constructor Summary
OnmsWbemPropertySetImpl(org.jinterop.dcom.impls.automation.IJIDispatch wbemPropertySetDispatch)
           
 
Method Summary
 Integer count()
           
 OnmsWbemProperty get(Integer idx)
           
 OnmsWbemProperty getByName(String name)
           
 
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)
Method Detail

count

public Integer count()
              throws WmiException
Specified by:
count in interface OnmsWbemPropertySet
Throws:
WmiException

get

public OnmsWbemProperty get(Integer idx)
                     throws WmiException
Specified by:
get in interface OnmsWbemPropertySet
Throws:
WmiException

getByName

public OnmsWbemProperty getByName(String name)
                           throws WmiException
Specified by:
getByName in interface OnmsWbemPropertySet
Throws:
WmiException


Copyright © 2009. All Rights Reserved.