org.opennms.protocols.wmi.wbem
Interface OnmsWbemObjectPath

All Known Implementing Classes:
OnmsWbemObjectPathImpl

public interface OnmsWbemObjectPath

OnmsWbemObjectPath interface.

Version:
$Id: $
Author:
ranger

Method Summary
 String getWmiAuthority()
          getWmiAuthority
 String getWmiClass()
          getWmiClass
 String getWmiDisplayName()
          getWmiDisplayName
 Boolean getWmiIsClass()
          getWmiIsClass
 Boolean getWmiIsSingleton()
          getWmiIsSingleton
 String getWmiLocale()
          getWmiLocale
 String getWmiNamespace()
          getWmiNamespace
 String getWmiParentNamespace()
          getWmiParentNamespace
 String getWmiPath()
          getWmiPath
 String getWmiRelPath()
          getWmiRelPath
 String getWmiServer()
          getWmiServer
 

Method Detail

getWmiAuthority

String getWmiAuthority()
                       throws WmiException

getWmiAuthority

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

getWmiClass

String getWmiClass()
                   throws WmiException

getWmiClass

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

getWmiDisplayName

String getWmiDisplayName()
                         throws WmiException

getWmiDisplayName

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

getWmiLocale

String getWmiLocale()
                    throws WmiException

getWmiLocale

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

getWmiNamespace

String getWmiNamespace()
                       throws WmiException

getWmiNamespace

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

getWmiParentNamespace

String getWmiParentNamespace()
                             throws WmiException

getWmiParentNamespace

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

getWmiPath

String getWmiPath()
                  throws WmiException

getWmiPath

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

getWmiRelPath

String getWmiRelPath()
                     throws WmiException

getWmiRelPath

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

getWmiServer

String getWmiServer()
                    throws WmiException

getWmiServer

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

getWmiIsClass

Boolean getWmiIsClass()
                      throws WmiException

getWmiIsClass

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

getWmiIsSingleton

Boolean getWmiIsSingleton()
                          throws WmiException

getWmiIsSingleton

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


Copyright © 2011. All Rights Reserved.