org.opennms.protocols.wmi.wbem.jinterop
Class OnmsWbemObjectPathImpl

java.lang.Object
  extended by 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
OnmsWbemObjectPathImpl(org.jinterop.dcom.impls.automation.IJIDispatch wbemObjectPathDispatch)
          Constructor for OnmsWbemObjectPathImpl.
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnmsWbemObjectPathImpl

public OnmsWbemObjectPathImpl(org.jinterop.dcom.impls.automation.IJIDispatch wbemObjectPathDispatch)

Constructor for OnmsWbemObjectPathImpl.

Parameters:
wbemObjectPathDispatch - a IJIDispatch object.
Method Detail

getWmiAuthority

public String getWmiAuthority()
                       throws WmiException
Description copied from interface: OnmsWbemObjectPath

getWmiAuthority

Specified by:
getWmiAuthority in interface OnmsWbemObjectPath
Returns:
a String object.
Throws:
WmiException - if any.

getWmiClass

public String getWmiClass()
                   throws WmiException
Description copied from interface: OnmsWbemObjectPath

getWmiClass

Specified by:
getWmiClass in interface OnmsWbemObjectPath
Returns:
a String object.
Throws:
WmiException - if any.

getWmiDisplayName

public String getWmiDisplayName()
                         throws WmiException
Description copied from interface: OnmsWbemObjectPath

getWmiDisplayName

Specified by:
getWmiDisplayName in interface OnmsWbemObjectPath
Returns:
a String object.
Throws:
WmiException - if any.

getWmiLocale

public String getWmiLocale()
                    throws WmiException
Description copied from interface: OnmsWbemObjectPath

getWmiLocale

Specified by:
getWmiLocale in interface OnmsWbemObjectPath
Returns:
a String object.
Throws:
WmiException - if any.

getWmiNamespace

public String getWmiNamespace()
                       throws WmiException

getWmiNamespace

Specified by:
getWmiNamespace in interface OnmsWbemObjectPath
Returns:
a String object.
Throws:
WmiException - if any.

getWmiParentNamespace

public String getWmiParentNamespace()
                             throws WmiException

getWmiParentNamespace

Specified by:
getWmiParentNamespace in interface OnmsWbemObjectPath
Returns:
a String object.
Throws:
WmiException - if any.

getWmiPath

public String getWmiPath()
                  throws WmiException

getWmiPath

Specified by:
getWmiPath in interface OnmsWbemObjectPath
Returns:
a String object.
Throws:
WmiException - if any.

getWmiRelPath

public String getWmiRelPath()
                     throws WmiException

getWmiRelPath

Specified by:
getWmiRelPath in interface OnmsWbemObjectPath
Returns:
a String object.
Throws:
WmiException - if any.

getWmiServer

public String getWmiServer()
                    throws WmiException

getWmiServer

Specified by:
getWmiServer in interface OnmsWbemObjectPath
Returns:
a String object.
Throws:
WmiException - if any.

getWmiIsClass

public Boolean getWmiIsClass()
                      throws WmiException

getWmiIsClass

Specified by:
getWmiIsClass in interface OnmsWbemObjectPath
Returns:
a Boolean object.
Throws:
WmiException - if any.

getWmiIsSingleton

public Boolean getWmiIsSingleton()
                          throws WmiException

getWmiIsSingleton

Specified by:
getWmiIsSingleton in interface OnmsWbemObjectPath
Returns:
a Boolean object.
Throws:
WmiException - if any.


Copyright © 2011. All Rights Reserved.