Package org.opennms.protocols.wmi.wbem
Interface OnmsWbemObjectPath
-
- All Known Implementing Classes:
OnmsWbemObjectPathImpl
public interface OnmsWbemObjectPath
OnmsWbemObjectPath interface.
- Version:
- $Id: $
- Author:
- ranger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getWmiAuthority()
getWmiAuthorityString
getWmiClass()
getWmiClassString
getWmiDisplayName()
getWmiDisplayNameBoolean
getWmiIsClass()
getWmiIsClassBoolean
getWmiIsSingleton()
getWmiIsSingletonString
getWmiLocale()
getWmiLocaleString
getWmiNamespace()
getWmiNamespaceString
getWmiParentNamespace()
getWmiParentNamespaceString
getWmiPath()
getWmiPathString
getWmiRelPath()
getWmiRelPathString
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.
-
-