Uses of Class
zowe.client.sdk.zostso.response.StartStopResponse
-
Packages that use StartStopResponse Package Description zowe.client.sdk.utility Set of utilities for SDK packageszowe.client.sdk.zostso.lifecycle z/OS tso console life cycle (start, send, and stop) processingzowe.client.sdk.zostso.response z/OS tso console response handling processing -
-
Uses of StartStopResponse in zowe.client.sdk.utility
Methods in zowe.client.sdk.utility that return StartStopResponse Modifier and Type Method Description static StartStopResponseTsoUtils. populateStartAndStop(ZosmfTsoResponse zosmfResponse)Populate either a Tso start or stop command phase -
Uses of StartStopResponse in zowe.client.sdk.zostso.lifecycle
Methods in zowe.client.sdk.zostso.lifecycle that return StartStopResponse Modifier and Type Method Description StartStopResponseStopTso. stop(String servletKey)Stop TSO address space and populates response with StartStopResponse, @see StartStopResponse -
Uses of StartStopResponse in zowe.client.sdk.zostso.response
Methods in zowe.client.sdk.zostso.response that return types with arguments of type StartStopResponse Modifier and Type Method Description Optional<StartStopResponse>IssueResponse. getStopResponse()Retrieve stopResponse specifiedMethods in zowe.client.sdk.zostso.response with parameters of type StartStopResponse Modifier and Type Method Description voidIssueResponse. setStopResponse(StartStopResponse stopResponse)Assign stopResponse value
-