Uses of Class
zowe.client.sdk.zosconsole.ConsoleResponse
-
Packages that use ConsoleResponse Package Description zowe.client.sdk.utility set of utilities for each main SDK packagezowe.client.sdk.zosconsole zos 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 void
ConsoleUtils. 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
Methods in zowe.client.sdk.zosconsole that return ConsoleResponse Modifier and Type Method Description ConsoleResponse
IssueCommand. issue(IssueParams params)
Issue an MVS console command done synchronously - meaning solicited (direct command responses) are gathered immediately after the command is issued.ConsoleResponse
IssueCommand. issueSimple(String theCommand)
Simple issue console command method.
-