Uses of Class
zowe.client.sdk.zostso.zosmf.ZosmfTsoResponse
-
Packages that use ZosmfTsoResponse Package Description zowe.client.sdk.utility set of utilities for each main SDK packagezowe.client.sdk.zostso zos tso console functionality provided by the SDKzowe.client.sdk.zostso.zosmf container objects of zosmf request response for zos tso processing -
-
Uses of ZosmfTsoResponse in zowe.client.sdk.utility
Methods in zowe.client.sdk.utility that return ZosmfTsoResponse Modifier and Type Method Description static ZosmfTsoResponseTsoUtils. getZosmfTsoResponse(Response response)Retrieve Tso responsestatic ZosmfTsoResponseTsoUtils. parseJsonStopResponse(org.json.simple.JSONObject obj)Retrieve parsed Json Tso Stop ResponseMethods in zowe.client.sdk.utility with parameters of type ZosmfTsoResponse Modifier and Type Method Description static StartStopResponseTsoUtils. populateStartAndStop(ZosmfTsoResponse zosmfResponse)Populate either a Tso start or stop command phase -
Uses of ZosmfTsoResponse in zowe.client.sdk.zostso
Fields in zowe.client.sdk.zostso with type parameters of type ZosmfTsoResponse Modifier and Type Field Description Optional<ZosmfTsoResponse>StartStopResponse. zosmfTsoResponseResponse from z/OSMF to start rest callMethods in zowe.client.sdk.zostso that return ZosmfTsoResponse Modifier and Type Method Description ZosmfTsoResponseSendTso. sendDataToTSOCommon(SendTsoParams commandParams)API method to send data to already started TSO address spaceZosmfTsoResponseStartTso. startCommon(StartTsoParams commandParams)Start TSO address space with provided parametersZosmfTsoResponseStopTso. stopCommon(StopTsoParams commandParams)Sends REST call to z/OSMF for stopping active TSO address spaceMethods in zowe.client.sdk.zostso that return types with arguments of type ZosmfTsoResponse Modifier and Type Method Description List<ZosmfTsoResponse>StartStopResponses. getCollectedResponses()Retrieve collectedResponses specifiedList<ZosmfTsoResponse>CollectedResponses. getTsos()Retrieve tsos specifiedList<ZosmfTsoResponse>IssueResponse. getZosmfResponse()Retrieve zosmfResponses specifiedList<ZosmfTsoResponse>SendResponse. getZosmfResponses()Retrieve zosmfResponses specifiedOptional<ZosmfTsoResponse>StartStopResponse. getZosmfTsoResponse()Retrieve zosmfTsoResponse specifiedOptional<ZosmfTsoResponse>StartStopResponses. getZosmfTsoResponse()Retrieve zosmfTsoResponse specifiedMethods in zowe.client.sdk.zostso with parameters of type ZosmfTsoResponse Modifier and Type Method Description CollectedResponsesSendTso. getAllResponses(ZosmfTsoResponse tso)Collects responses from address space until it reaches promptMethod parameters in zowe.client.sdk.zostso with type arguments of type ZosmfTsoResponse Modifier and Type Method Description voidStartStopResponses. setCollectedResponses(List<ZosmfTsoResponse> collectedResponses)Assign collectedResponses valuevoidIssueResponse. setZosmfResponses(List<ZosmfTsoResponse> zosmfResponses)Assign zosmfResponses valueConstructors in zowe.client.sdk.zostso with parameters of type ZosmfTsoResponse Constructor Description StartStopResponse(boolean success, ZosmfTsoResponse zosmfTsoResponse, String servletKey)StartStopResponse constructorStartStopResponses(ZosmfTsoResponse zosmfTsoResponse, CollectedResponses collectedResponses)StartStopResponses constructorConstructor parameters in zowe.client.sdk.zostso with type arguments of type ZosmfTsoResponse Constructor Description CollectedResponses(List<ZosmfTsoResponse> tsos, String messages)CollectedResponses constructorSendResponse(boolean success, List<ZosmfTsoResponse> zosmfTsoResponses, String commandResponse)SendResponse constructor -
Uses of ZosmfTsoResponse in zowe.client.sdk.zostso.zosmf
Methods in zowe.client.sdk.zostso.zosmf that return ZosmfTsoResponse Modifier and Type Method Description ZosmfTsoResponseZosmfTsoResponse.Builder. build()
-