Uses of Class
org.metricshub.wmi.exceptions.WindowsRemoteException
Packages that use WindowsRemoteException
Package
Description
-
Uses of WindowsRemoteException in org.metricshub.wmi.exceptions
Subclasses of WindowsRemoteException in org.metricshub.wmi.exceptionsModifier and TypeClassDescriptionclassException to wrap WMI COM exception (as it's a RuntimeException). -
Uses of WindowsRemoteException in org.metricshub.wmi.remotecommand
Methods in org.metricshub.wmi.remotecommand that throw WindowsRemoteExceptionModifier and TypeMethodDescriptionstatic WinRemoteCommandExecutorWinRemoteCommandExecutor.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 WindowsRemoteException in org.metricshub.wmi.windows.remote
Methods in org.metricshub.wmi.windows.remote that throw WindowsRemoteExceptionModifier and TypeMethodDescriptionWindowsRemoteExecutor.executeCommand(String command, String workingDirectory, Charset charset, long timeout) Execute the command on the remoteWindowsRemoteExecutor.executeWql(String wqlQuery, long timeout) Execute a WQL query and process its result.static CharsetWindowsRemoteProcessUtils.getWindowsEncodingCharset(WindowsRemoteExecutor windowsRemoteExecutor, long timeout) Get the CharSet from the Win32_OperatingSystem CodeSet.