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

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

public class OnmsWbemMethodImpl
extends Object
implements OnmsWbemMethod

OnmsWbemMethodImpl class.

Version:
$Id: $
Author:
ranger

Constructor Summary
OnmsWbemMethodImpl(org.jinterop.dcom.impls.automation.IJIDispatch wbemMethodDispatch)
          Constructor for OnmsWbemMethodImpl.
 
Method Summary
 void getWmiInParameters()
          getWmiInParameters
 String getWmiName()
          getWmiName
 String getWmiOrigin()
          getWmiOrigin
 void getWmiOutParameters()
          getWmiOutParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnmsWbemMethodImpl

public OnmsWbemMethodImpl(org.jinterop.dcom.impls.automation.IJIDispatch wbemMethodDispatch)

Constructor for OnmsWbemMethodImpl.

Parameters:
wbemMethodDispatch - a IJIDispatch object.
Method Detail

getWmiName

public String getWmiName()
                  throws WmiException

getWmiName

Specified by:
getWmiName in interface OnmsWbemMethod
Returns:
a String object.
Throws:
WmiException - if any.

getWmiOrigin

public String getWmiOrigin()
                    throws WmiException

getWmiOrigin

Specified by:
getWmiOrigin in interface OnmsWbemMethod
Returns:
a String object.
Throws:
WmiException - if any.

getWmiOutParameters

public void getWmiOutParameters()

getWmiOutParameters

Specified by:
getWmiOutParameters in interface OnmsWbemMethod

getWmiInParameters

public void getWmiInParameters()

getWmiInParameters

Specified by:
getWmiInParameters in interface OnmsWbemMethod


Copyright © 2011. All Rights Reserved.