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


Constructor Summary
OnmsWbemObjectPathImpl(org.jinterop.dcom.impls.automation.IJIDispatch wbemObjectPathDispatch)
           
 
Method Summary
 String getWmiAuthority()
           
 String getWmiClass()
           
 String getWmiDisplayName()
           
 Boolean getWmiIsClass()
           
 Boolean getWmiIsSingleton()
           
 String getWmiLocale()
           
 String getWmiNamespace()
           
 String getWmiParentNamespace()
           
 String getWmiPath()
           
 String getWmiRelPath()
           
 String 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)
Method Detail

getWmiAuthority

public String getWmiAuthority()
                       throws WmiException
Specified by:
getWmiAuthority in interface OnmsWbemObjectPath
Throws:
WmiException

getWmiClass

public String getWmiClass()
                   throws WmiException
Specified by:
getWmiClass in interface OnmsWbemObjectPath
Throws:
WmiException

getWmiDisplayName

public String getWmiDisplayName()
                         throws WmiException
Specified by:
getWmiDisplayName in interface OnmsWbemObjectPath
Throws:
WmiException

getWmiLocale

public String getWmiLocale()
                    throws WmiException
Specified by:
getWmiLocale in interface OnmsWbemObjectPath
Throws:
WmiException

getWmiNamespace

public String getWmiNamespace()
                       throws WmiException
Specified by:
getWmiNamespace in interface OnmsWbemObjectPath
Throws:
WmiException

getWmiParentNamespace

public String getWmiParentNamespace()
                             throws WmiException
Specified by:
getWmiParentNamespace in interface OnmsWbemObjectPath
Throws:
WmiException

getWmiPath

public String getWmiPath()
                  throws WmiException
Specified by:
getWmiPath in interface OnmsWbemObjectPath
Throws:
WmiException

getWmiRelPath

public String getWmiRelPath()
                     throws WmiException
Specified by:
getWmiRelPath in interface OnmsWbemObjectPath
Throws:
WmiException

getWmiServer

public String getWmiServer()
                    throws WmiException
Specified by:
getWmiServer in interface OnmsWbemObjectPath
Throws:
WmiException

getWmiIsClass

public Boolean getWmiIsClass()
                      throws WmiException
Specified by:
getWmiIsClass in interface OnmsWbemObjectPath
Throws:
WmiException

getWmiIsSingleton

public Boolean getWmiIsSingleton()
                          throws WmiException
Specified by:
getWmiIsSingleton in interface OnmsWbemObjectPath
Throws:
WmiException


Copyright © 2009. All Rights Reserved.