Uses of Class
org.metricshub.wbem.client.exceptions.WqlQuerySyntaxException
Packages that use WqlQuerySyntaxException
-
Uses of WqlQuerySyntaxException in org.metricshub.wbem.client
Methods in org.metricshub.wbem.client that throw WqlQuerySyntaxExceptionModifier and TypeMethodDescriptionstatic WbemQueryResult
WbemExecutor.executeWql
(URL url, String namespace, String username, char[] password, String query, int timeout, String arraySeparator) Execute a WBEM query on remote.static WbemQueryResult
WbemExecutor.getAssociators
(URL url, String username, char[] password, String query, String objectPathAssociators, int timeout, String arraySeparator) Execute WBEM get associators on remote.static WqlQuery
WqlQuery.parseQuery
(String query) Constructor for WQL query.