Uses of Class
org.metricshub.wmi.exceptions.WqlQuerySyntaxException
Packages that use WqlQuerySyntaxException
Package
Description
-
Uses of WqlQuerySyntaxException in org.metricshub.wmi
Methods in org.metricshub.wmi that throw WqlQuerySyntaxExceptionModifier and TypeMethodDescriptionstatic WqlQuery
WqlQuery.newInstance
(CharSequence wql) Parses the specified WQL query and returns a new instance of WqlQuery -
Uses of WqlQuerySyntaxException in org.metricshub.wmi.remotecommand
Methods in org.metricshub.wmi.remotecommand that throw WqlQuerySyntaxExceptionModifier and TypeMethodDescriptionstatic WinRemoteCommandExecutor
WinRemoteCommandExecutor.execute
(String command, String hostname, String username, char[] password, String workingDirectory, long timeout, List<String> localFileToCopyList, boolean mergeStdoutStderr) Execute a command on a remote Windows system and return an object with the output of the command. -
Uses of WqlQuerySyntaxException in org.metricshub.wmi.wbem
Methods in org.metricshub.wmi.wbem that throw WqlQuerySyntaxException -
Uses of WqlQuerySyntaxException in org.metricshub.wmi.windows.remote
Methods in org.metricshub.wmi.windows.remote that throw WqlQuerySyntaxExceptionModifier and TypeMethodDescriptionWindowsRemoteExecutor.executeWql
(String wqlQuery, long timeout) Execute a WQL query and process its result.static Charset
WindowsRemoteProcessUtils.getWindowsEncodingCharset
(WindowsRemoteExecutor windowsRemoteExecutor, long timeout) Get the CharSet from the Win32_OperatingSystem CodeSet.