org.opennms.protocols.wmi.wbem
Interface OnmsWbemPropertySet

All Known Implementing Classes:
OnmsWbemPropertySetImpl

public interface OnmsWbemPropertySet


Method Summary
 Integer count()
           
 OnmsWbemProperty get(Integer idx)
           
 OnmsWbemProperty getByName(String name)
           
 

Method Detail

count

Integer count()
              throws WmiException
Throws:
WmiException

get

OnmsWbemProperty get(Integer idx)
                     throws WmiException
Throws:
WmiException

getByName

OnmsWbemProperty getByName(String name)
                           throws WmiException
Throws:
WmiException


Copyright © 2009. All Rights Reserved.