Class OnmsWbemObjectPathImpl
- java.lang.Object
-
- org.opennms.protocols.wmi.wbem.jinterop.OnmsWbemObjectPathImpl
-
- All Implemented Interfaces:
OnmsWbemObjectPath
public class OnmsWbemObjectPathImpl extends Object implements OnmsWbemObjectPath
OnmsWbemObjectPathImpl class.
- Version:
- $Id: $
- Author:
- ranger
-
-
Constructor Summary
Constructors Constructor Description OnmsWbemObjectPathImpl(org.jinterop.dcom.impls.automation.IJIDispatch wbemObjectPathDispatch)
Constructor for OnmsWbemObjectPathImpl.
-
Method Summary
All Methods Instance Methods Concrete 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
public String getWmiAuthority() throws WmiException
Description copied from interface:OnmsWbemObjectPath
getWmiAuthority
- Specified by:
getWmiAuthority
in interfaceOnmsWbemObjectPath
- Returns:
- a
String
object. - Throws:
WmiException
- if any.
-
getWmiClass
public String getWmiClass() throws WmiException
Description copied from interface:OnmsWbemObjectPath
getWmiClass
- Specified by:
getWmiClass
in interfaceOnmsWbemObjectPath
- Returns:
- a
String
object. - Throws:
WmiException
- if any.
-
getWmiDisplayName
public String getWmiDisplayName() throws WmiException
Description copied from interface:OnmsWbemObjectPath
getWmiDisplayName
- Specified by:
getWmiDisplayName
in interfaceOnmsWbemObjectPath
- Returns:
- a
String
object. - Throws:
WmiException
- if any.
-
getWmiLocale
public String getWmiLocale() throws WmiException
Description copied from interface:OnmsWbemObjectPath
getWmiLocale
- Specified by:
getWmiLocale
in interfaceOnmsWbemObjectPath
- Returns:
- a
String
object. - Throws:
WmiException
- if any.
-
getWmiNamespace
public String getWmiNamespace() throws WmiException
getWmiNamespace
- Specified by:
getWmiNamespace
in interfaceOnmsWbemObjectPath
- Returns:
- a
String
object. - Throws:
WmiException
- if any.
-
getWmiParentNamespace
public String getWmiParentNamespace() throws WmiException
getWmiParentNamespace
- Specified by:
getWmiParentNamespace
in interfaceOnmsWbemObjectPath
- Returns:
- a
String
object. - Throws:
WmiException
- if any.
-
getWmiPath
public String getWmiPath() throws WmiException
getWmiPath
- Specified by:
getWmiPath
in interfaceOnmsWbemObjectPath
- Returns:
- a
String
object. - Throws:
WmiException
- if any.
-
getWmiRelPath
public String getWmiRelPath() throws WmiException
getWmiRelPath
- Specified by:
getWmiRelPath
in interfaceOnmsWbemObjectPath
- Returns:
- a
String
object. - Throws:
WmiException
- if any.
-
getWmiServer
public String getWmiServer() throws WmiException
getWmiServer
- Specified by:
getWmiServer
in interfaceOnmsWbemObjectPath
- Returns:
- a
String
object. - Throws:
WmiException
- if any.
-
getWmiIsClass
public Boolean getWmiIsClass() throws WmiException
getWmiIsClass
- Specified by:
getWmiIsClass
in interfaceOnmsWbemObjectPath
- Returns:
- a
Boolean
object. - Throws:
WmiException
- if any.
-
getWmiIsSingleton
public Boolean getWmiIsSingleton() throws WmiException
getWmiIsSingleton
- Specified by:
getWmiIsSingleton
in interfaceOnmsWbemObjectPath
- Returns:
- a
Boolean
object. - Throws:
WmiException
- if any.
-
-