org.opennms.protocols.wmi
Interface IWmiClient

All Known Implementing Classes:
WmiClient

public interface IWmiClient


Method Summary
 void connect(String domain, String username, String password)
           
 void disconnect()
           
 OnmsWbemObjectSet performExecQuery(String strQuery)
           
 OnmsWbemObjectSet performExecQuery(String strQuery, String strQueryLanguage, Integer flags)
           
 OnmsWbemObjectSet performInstanceOf(String wmiClass)
           
 

Method Detail

performExecQuery

OnmsWbemObjectSet performExecQuery(String strQuery)
                                   throws WmiException
Throws:
WmiException

performExecQuery

OnmsWbemObjectSet performExecQuery(String strQuery,
                                   String strQueryLanguage,
                                   Integer flags)
                                   throws WmiException
Throws:
WmiException

performInstanceOf

OnmsWbemObjectSet performInstanceOf(String wmiClass)
                                    throws WmiException
Throws:
WmiException

connect

void connect(String domain,
             String username,
             String password)
             throws WmiException
Throws:
WmiException

disconnect

void disconnect()
                throws WmiException
Throws:
WmiException


Copyright © 2009. All Rights Reserved.