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

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

public class OnmsWbemMethodSetImpl
extends Object
implements OnmsWbemMethodSet

OnmsWbemMethodSetImpl class.

Version:
$Id: $
Author:
ranger

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

Constructor Detail

OnmsWbemMethodSetImpl

public OnmsWbemMethodSetImpl(org.jinterop.dcom.impls.automation.IJIDispatch wbemMethodSetDispatch)

Constructor for OnmsWbemMethodSetImpl.

Parameters:
wbemMethodSetDispatch - a IJIDispatch object.
Method Detail

getCount

public Integer getCount()
                 throws WmiException

getCount

Specified by:
getCount in interface OnmsWbemMethodSet
Returns:
a Integer object.
Throws:
WmiException - if any.

get

public OnmsWbemMethod get(Integer idx)
                   throws WmiException

get

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


Copyright © 2011. All Rights Reserved.