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

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

public class OnmsWbemPropertyImpl
extends Object
implements OnmsWbemProperty

OnmsWbemPropertyImpl class.

Version:
$Id: $
Author:
ranger

Constructor Summary
OnmsWbemPropertyImpl(org.jinterop.dcom.impls.automation.IJIDispatch wbemPropertyDispatch)
          Constructor for OnmsWbemPropertyImpl.
 
Method Summary
 Integer getWmiCIMType()
          getWmiCIMType
 Boolean getWmiIsArray()
          getWmiIsArray
 Boolean getWmiIsLocal()
          getWmiIsLocal
 String getWmiName()
          getWmiName
 String getWmiOrigin()
          getWmiOrigin
 Object getWmiValue()
          getWmiValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnmsWbemPropertyImpl

public OnmsWbemPropertyImpl(org.jinterop.dcom.impls.automation.IJIDispatch wbemPropertyDispatch)

Constructor for OnmsWbemPropertyImpl.

Parameters:
wbemPropertyDispatch - a IJIDispatch object.
Method Detail

getWmiName

public String getWmiName()
                  throws WmiException

getWmiName

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

getWmiOrigin

public String getWmiOrigin()
                    throws WmiException

getWmiOrigin

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

getWmiIsArray

public Boolean getWmiIsArray()
                      throws WmiException

getWmiIsArray

Specified by:
getWmiIsArray in interface OnmsWbemProperty
Returns:
a Boolean object.
Throws:
WmiException - if any.

getWmiIsLocal

public Boolean getWmiIsLocal()
                      throws WmiException

getWmiIsLocal

Specified by:
getWmiIsLocal in interface OnmsWbemProperty
Returns:
a Boolean object.
Throws:
WmiException - if any.

getWmiValue

public Object getWmiValue()
                   throws WmiException

getWmiValue

Specified by:
getWmiValue in interface OnmsWbemProperty
Returns:
a Object object.
Throws:
WmiException - if any.

getWmiCIMType

public Integer getWmiCIMType()
                      throws WmiException

getWmiCIMType

Specified by:
getWmiCIMType in interface OnmsWbemProperty
Returns:
a Integer object.
Throws:
WmiException - if any.


Copyright © 2011. All Rights Reserved.