org.opennms.protocols.wmi.wbem
Interface OnmsWbemMethodSet

All Known Implementing Classes:
OnmsWbemMethodSetImpl

public interface OnmsWbemMethodSet

OnmsWbemMethodSet interface.

Version:
$Id: $
Author:
ranger

Method Summary
 OnmsWbemMethod get(Integer idx)
          get
 Integer getCount()
          getCount
 

Method Detail

getCount

Integer getCount()
                 throws WmiException

getCount

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

get

OnmsWbemMethod get(Integer idx)
                   throws WmiException

get

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


Copyright © 2011. All Rights Reserved.