org.opennms.protocols.wmi.wbem
Interface OnmsWbemProperty

All Known Implementing Classes:
OnmsWbemPropertyImpl

public interface OnmsWbemProperty

TODO implement CIMTYPE, VALUE


Method Summary
 Integer getWmiCIMType()
           
 Boolean getWmiIsArray()
           
 Boolean getWmiIsLocal()
           
 String getWmiName()
           
 String getWmiOrigin()
           
 Object getWmiValue()
           
 

Method Detail

getWmiName

String getWmiName()
                  throws WmiException
Throws:
WmiException

getWmiOrigin

String getWmiOrigin()
                    throws WmiException
Throws:
WmiException

getWmiIsArray

Boolean getWmiIsArray()
                      throws WmiException
Throws:
WmiException

getWmiIsLocal

Boolean getWmiIsLocal()
                      throws WmiException
Throws:
WmiException

getWmiValue

Object getWmiValue()
                   throws WmiException
Throws:
WmiException

getWmiCIMType

Integer getWmiCIMType()
                      throws WmiException
Throws:
WmiException


Copyright © 2009. All Rights Reserved.