Class OnmsWbemObjectPathImpl
- java.lang.Object
-
- org.opennms.protocols.wmi.wbem.jinterop.OnmsWbemObjectPathImpl
-
- All Implemented Interfaces:
OnmsWbemObjectPath
public class OnmsWbemObjectPathImpl extends java.lang.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 java.lang.String
getWmiAuthority()
getWmiAuthorityjava.lang.String
getWmiClass()
getWmiClassjava.lang.String
getWmiDisplayName()
getWmiDisplayNamejava.lang.Boolean
getWmiIsClass()
getWmiIsClassjava.lang.Boolean
getWmiIsSingleton()
getWmiIsSingletonjava.lang.String
getWmiLocale()
getWmiLocalejava.lang.String
getWmiNamespace()
getWmiNamespacejava.lang.String
getWmiParentNamespace()
getWmiParentNamespacejava.lang.String
getWmiPath()
getWmiPathjava.lang.String
getWmiRelPath()
getWmiRelPathjava.lang.String
getWmiServer()
getWmiServer
-
-
-
Method Detail
-
getWmiAuthority
public java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.String getWmiNamespace() throws WmiException
getWmiNamespace
- Specified by:
getWmiNamespace
in interfaceOnmsWbemObjectPath
- Returns:
- a
String
object. - Throws:
WmiException
- if any.
-
getWmiParentNamespace
public java.lang.String getWmiParentNamespace() throws WmiException
getWmiParentNamespace
- Specified by:
getWmiParentNamespace
in interfaceOnmsWbemObjectPath
- Returns:
- a
String
object. - Throws:
WmiException
- if any.
-
getWmiPath
public java.lang.String getWmiPath() throws WmiException
getWmiPath
- Specified by:
getWmiPath
in interfaceOnmsWbemObjectPath
- Returns:
- a
String
object. - Throws:
WmiException
- if any.
-
getWmiRelPath
public java.lang.String getWmiRelPath() throws WmiException
getWmiRelPath
- Specified by:
getWmiRelPath
in interfaceOnmsWbemObjectPath
- Returns:
- a
String
object. - Throws:
WmiException
- if any.
-
getWmiServer
public java.lang.String getWmiServer() throws WmiException
getWmiServer
- Specified by:
getWmiServer
in interfaceOnmsWbemObjectPath
- Returns:
- a
String
object. - Throws:
WmiException
- if any.
-
getWmiIsClass
public java.lang.Boolean getWmiIsClass() throws WmiException
getWmiIsClass
- Specified by:
getWmiIsClass
in interfaceOnmsWbemObjectPath
- Returns:
- a
Boolean
object. - Throws:
WmiException
- if any.
-
getWmiIsSingleton
public java.lang.Boolean getWmiIsSingleton() throws WmiException
getWmiIsSingleton
- Specified by:
getWmiIsSingleton
in interfaceOnmsWbemObjectPath
- Returns:
- a
Boolean
object. - Throws:
WmiException
- if any.
-
-