Uses of Class
zowe.client.sdk.zosconsole.response.ConsoleResponse
-
Packages that use ConsoleResponse Package Description zowe.client.sdk.utility Set of utilities for SDK packageszowe.client.sdk.zosconsole.method z/OS mvs console functionality provided by the SDK -
-
Uses of ConsoleResponse in zowe.client.sdk.utility
Methods in zowe.client.sdk.utility with parameters of type ConsoleResponse Modifier and Type Method Description static voidConsoleUtils. populate(ZosmfIssueResponse zosmfResponse, ConsoleResponse response, boolean processResponses)Populate the console response with the details returned from the z/OSMF console API. -
Uses of ConsoleResponse in zowe.client.sdk.zosconsole.method
Methods in zowe.client.sdk.zosconsole.method that return ConsoleResponse Modifier and Type Method Description ConsoleResponseIssueConsole. issueCommand(String theCommand)Issue console command method.ConsoleResponseIssueConsole. issueCommand(IssueParams params)Issue an MVS console command done synchronously - meaning solicited (direct command responses) are gathered immediately after the command is issued.
-