org.opennms.protocols.wmi.wbem
Interface OnmsWbemPropertySet

All Known Implementing Classes:
OnmsWbemPropertySetImpl

public interface OnmsWbemPropertySet

OnmsWbemPropertySet interface.

Version:
$Id: $
Author:
ranger

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

Method Detail

count

Integer count()
              throws WmiException

count

Returns:
a Integer object.
Throws:
WmiException - if any.

get

OnmsWbemProperty get(Integer idx)
                     throws WmiException

get

Parameters:
idx - a Integer object.
Returns:
a OnmsWbemProperty object.
Throws:
WmiException - if any.

getByName

OnmsWbemProperty getByName(String name)
                           throws WmiException

getByName

Parameters:
name - a String object.
Returns:
a OnmsWbemProperty object.
Throws:
WmiException - if any.


Copyright © 2011. All Rights Reserved.