Uses of Class
org.metricshub.wmi.exceptions.WmiComException
Packages that use WmiComException
Package
Description
-
Uses of WmiComException in org.metricshub.wmi.remotecommand
Methods in org.metricshub.wmi.remotecommand that throw WmiComExceptionModifier and TypeMethodDescriptionstatic int
RemoteProcess.executeCommand
(String command, String hostname, String username, char[] password, String workingDirectory, long timeout) Execute the command on the remote -
Uses of WmiComException in org.metricshub.wmi.wbem
Methods in org.metricshub.wmi.wbem that throw WmiComExceptionModifier and TypeMethodDescriptionWmiWbemServices.executeCommand
(String command, String workingDirectory, Charset charset, long timeout) WmiWbemServices.executeMethod
(String objectPath, String className, String methodName, Map<String, Object> inputMap) Executes the specified method of the specified class on the specified object.WmiWbemServices.executeWql
(String wql, long timeout) Execute a WQL query and process its result.WmiWbemServices.executeWql
(WqlQuery wqlQuery, long timeout) Execute a WQL query and process its result.static WmiWbemServices
WmiWbemServices.getInstance
(String networkResource, String username, char[] password) Get a WmiWbemServices instance for the specified networkResource.com.sun.jna.Pointer
Invoke the IWbemServices::GetObject method.static void
WmiComHelper.initializeComLibrary()
Initializes COM library and sets security to impersonate the local userName.void
WmiWbemServices.objectPut
(com.sun.jna.Pointer pWbemClassObject, String propertyName, com.sun.jna.platform.win32.Variant.VARIANT pVal) Invoke the IWbemClassObject::Put method.com.sun.jna.Pointer
WmiWbemServices.spawnInstance
(com.sun.jna.Pointer pWbemClassObject) Invoke the IWbemClassObject::SpawnInstance method.