public interface IWmiClient
IWmiClient interface.
Modifier and Type | Method and Description |
---|---|
void |
connect(String domain,
String username,
String password,
String namespace)
connect
|
void |
disconnect()
disconnect
|
OnmsWbemObjectSet |
performExecQuery(String strQuery)
performExecQuery
|
OnmsWbemObjectSet |
performExecQuery(String strQuery,
String strQueryLanguage,
Integer flags)
performExecQuery
|
OnmsWbemObjectSet |
performInstanceOf(String wmiClass)
performInstanceOf
|
OnmsWbemObjectSet performExecQuery(String strQuery) throws WmiException
performExecQuery
strQuery
- a String
object.OnmsWbemObjectSet
object.WmiException
- if any.OnmsWbemObjectSet performExecQuery(String strQuery, String strQueryLanguage, Integer flags) throws WmiException
performExecQuery
strQuery
- a String
object.strQueryLanguage
- a String
object.flags
- a Integer
object.OnmsWbemObjectSet
object.WmiException
- if any.OnmsWbemObjectSet performInstanceOf(String wmiClass) throws WmiException
performInstanceOf
wmiClass
- a String
object.OnmsWbemObjectSet
object.WmiException
- if any.void connect(String domain, String username, String password, String namespace) throws WmiException
connect
domain
- a String
object.username
- a String
object.password
- a String
object.namespace
- a String
object.WmiException
- if any.void disconnect() throws WmiException
disconnect
WmiException
- if any.Copyright © 2021. All rights reserved.