Uses of Class
zowe.client.sdk.zosconsole.response.ConsoleResponse
-
Packages that use ConsoleResponse Package Description zowe.client.sdk.zosconsole.method z/OS mvs console functionality provided by the SDKzowe.client.sdk.zosconsole.service z/OS mvs console service package -
-
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. -
Uses of ConsoleResponse in zowe.client.sdk.zosconsole.service
Methods in zowe.client.sdk.zosconsole.service that return ConsoleResponse Modifier and Type Method Description ConsoleResponseConsoleResponseService. setConsoleResponse(boolean processResponses)Populate the console response with the details returned from the z/OSMF console API.
-