org.opennms.protocols.wmi
Interface IWmiClient
- All Known Implementing Classes:
- WmiClient
public interface IWmiClient
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.