Uses of Class
zowe.client.sdk.zosconsole.response.ConsoleCmdResponse
-
Packages that use ConsoleCmdResponse Package Description zowe.client.sdk.zosconsole.method z/OS mvs console functionality provided by the SDK -
-
Uses of ConsoleCmdResponse in zowe.client.sdk.zosconsole.method
Methods in zowe.client.sdk.zosconsole.method that return ConsoleCmdResponse Modifier and Type Method Description ConsoleCmdResponseConsoleCmd. issueCommand(String command)Issue an MVS console command on default console name (Defcn) done synchronously - meaning solicited (direct command responses) are gathered immediately after the command is issued.ConsoleCmdResponseConsoleCmd. issueCommand(String command, String consoleName)Issue an MVS console command on a given console name done synchronously - meaning solicited (direct command responses) are gathered immediately after the command is issued.ConsoleCmdResponseConsoleCmd. issueCommandCommon(String consoleName, ConsoleCmdInputData consoleInputData)Issue an MVS console command on a given console name driven by ConsoleCmdInputData settings done synchronously.
-