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 StringgetWmiAuthority()getWmiAuthorityStringgetWmiClass()getWmiClassStringgetWmiDisplayName()getWmiDisplayNameBooleangetWmiIsClass()getWmiIsClassBooleangetWmiIsSingleton()getWmiIsSingletonStringgetWmiLocale()getWmiLocaleStringgetWmiNamespace()getWmiNamespaceStringgetWmiParentNamespace()getWmiParentNamespaceStringgetWmiPath()getWmiPathStringgetWmiRelPath()getWmiRelPathStringgetWmiServer()getWmiServer 
 - 
 
- 
- 
Method Detail
- 
getWmiAuthority
public String getWmiAuthority() throws WmiException
Description copied from interface:OnmsWbemObjectPathgetWmiAuthority
- Specified by:
 getWmiAuthorityin interfaceOnmsWbemObjectPath- Returns:
 - a 
Stringobject. - Throws:
 WmiException- if any.
 
- 
getWmiClass
public String getWmiClass() throws WmiException
Description copied from interface:OnmsWbemObjectPathgetWmiClass
- Specified by:
 getWmiClassin interfaceOnmsWbemObjectPath- Returns:
 - a 
Stringobject. - Throws:
 WmiException- if any.
 
- 
getWmiDisplayName
public String getWmiDisplayName() throws WmiException
Description copied from interface:OnmsWbemObjectPathgetWmiDisplayName
- Specified by:
 getWmiDisplayNamein interfaceOnmsWbemObjectPath- Returns:
 - a 
Stringobject. - Throws:
 WmiException- if any.
 
- 
getWmiLocale
public String getWmiLocale() throws WmiException
Description copied from interface:OnmsWbemObjectPathgetWmiLocale
- Specified by:
 getWmiLocalein interfaceOnmsWbemObjectPath- Returns:
 - a 
Stringobject. - Throws:
 WmiException- if any.
 
- 
getWmiNamespace
public String getWmiNamespace() throws WmiException
getWmiNamespace
- Specified by:
 getWmiNamespacein interfaceOnmsWbemObjectPath- Returns:
 - a 
Stringobject. - Throws:
 WmiException- if any.
 
- 
getWmiParentNamespace
public String getWmiParentNamespace() throws WmiException
getWmiParentNamespace
- Specified by:
 getWmiParentNamespacein interfaceOnmsWbemObjectPath- Returns:
 - a 
Stringobject. - Throws:
 WmiException- if any.
 
- 
getWmiPath
public String getWmiPath() throws WmiException
getWmiPath
- Specified by:
 getWmiPathin interfaceOnmsWbemObjectPath- Returns:
 - a 
Stringobject. - Throws:
 WmiException- if any.
 
- 
getWmiRelPath
public String getWmiRelPath() throws WmiException
getWmiRelPath
- Specified by:
 getWmiRelPathin interfaceOnmsWbemObjectPath- Returns:
 - a 
Stringobject. - Throws:
 WmiException- if any.
 
- 
getWmiServer
public String getWmiServer() throws WmiException
getWmiServer
- Specified by:
 getWmiServerin interfaceOnmsWbemObjectPath- Returns:
 - a 
Stringobject. - Throws:
 WmiException- if any.
 
- 
getWmiIsClass
public Boolean getWmiIsClass() throws WmiException
getWmiIsClass
- Specified by:
 getWmiIsClassin interfaceOnmsWbemObjectPath- Returns:
 - a 
Booleanobject. - Throws:
 WmiException- if any.
 
- 
getWmiIsSingleton
public Boolean getWmiIsSingleton() throws WmiException
getWmiIsSingleton
- Specified by:
 getWmiIsSingletonin interfaceOnmsWbemObjectPath- Returns:
 - a 
Booleanobject. - Throws:
 WmiException- if any.
 
 - 
 
 -