Uses of Class
zowe.client.sdk.zostso.response.StartStopResponse
-
Packages that use StartStopResponse Package Description zowe.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 processingzowe.client.sdk.zostso.service -
-
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 -
Uses of StartStopResponse in zowe.client.sdk.zostso.service
Methods in zowe.client.sdk.zostso.service that return StartStopResponse Modifier and Type Method Description StartStopResponseTsoResponseService. setStartStopResponse()Populate either a Tso start or stop command phase
-