Uses of Class
org.metricshub.winrm.exceptions.WqlQuerySyntaxException
Packages that use WqlQuerySyntaxException
-
Uses of WqlQuerySyntaxException in org.metricshub.winrm
Methods in org.metricshub.winrm that throw WqlQuerySyntaxExceptionModifier and TypeMethodDescriptionWindowsRemoteExecutor.executeWql(String wqlQuery, long timeout) Execute a WQL query and process its result.WindowsRemoteExecutor.executeWql(String namespace, String wqlQuery, long timeout, int maxElements, long pullTimeout) Execute a WQL query with explicit enumeration parameters: the WMI namespace, the WS-EnumerationMaxElementsbatch size, and the per-PullMaxTime.WmiHelper.executeWqlInCimv2(WindowsRemoteExecutor windowsRemoteExecutor, String wqlQuery, long timeout) Execute one of the library's internal housekeeping WQL queries (encoding detection, Windows directory discovery) explicitly in the "ROOT\\CIMV2" namespace — where the standardWin32_*classes live — regardless of the executor's configured default namespace, which the caller may have pointed at a custom namespace.static CharsetWindowsRemoteProcessUtils.getWindowsEncodingCharset(WindowsRemoteExecutor windowsRemoteExecutor, long timeout) Deprecated.static WqlQueryWqlQuery.newInstance(CharSequence wql) Parses the specified WQL query and returns a new instance of WqlQuery Supported WQL syntaxes: SELECT * FROM Class SELECT PropA, PropB FROM Class SELECT PropA, PropB FROM Class WHERE condition ASSOCIATORS OF { objectId } ASSOCIATORS OF { objectId } WHERE condition SELECT * FROM ASSOCIATORS OF { objectId } WHERE condition SELECT PropA, PropB FROM ASSOCIATORS OF { objectId } WHERE conditiondefault WqlCursorWindowsRemoteExecutor.streamWql(String namespace, String wqlQuery, long timeout, int maxElements, long pullTimeout) Start a WQL enumeration and return a lazyWqlCursorover its rows: rows can be consumed as the WS-Enumeration pages arrive, and memory stays bounded by one page. -
Uses of WqlQuerySyntaxException in org.metricshub.winrm.light
Methods in org.metricshub.winrm.light that throw WqlQuerySyntaxExceptionModifier and TypeMethodDescriptionLightWinRMService.executeWql(String wqlQuery, long timeout) LightWinRMService.executeWql(String namespace, String wqlQuery, long timeout, int maxElements, long pullTimeout) LightWinRMService.streamWql(String namespace, String wqlQuery, long timeout, int maxElements, long pullTimeout) -
Uses of WqlQuerySyntaxException in org.metricshub.winrm.wql
Methods in org.metricshub.winrm.wql that throw WqlQuerySyntaxExceptionModifier and TypeMethodDescriptionstatic WinRMWqlExecutorWinRMWqlExecutor.executeWql(WinRMHttpProtocolEnum protocol, String hostname, Integer port, String username, char[] password, String namespace, String wqlQuery, long timeout, Path ticketCache, List<AuthenticationEnum> authentications) Execute a WQL query and process its result.
CodeSetis the remote machine's ANSI code page, whilecmd.exewrites its output in the console (OEM) code page — the two differ on every non-English locale.