Uses of Class
zowe.client.sdk.zostso.input.StartTsoParams
-
Packages that use StartTsoParams Package Description zowe.client.sdk.zostso.lifecycle z/OS tso console life cycle (start, send, and stop) processingzowe.client.sdk.zostso.method z/OS tso command functionality by the SDK -
-
Uses of StartTsoParams in zowe.client.sdk.zostso.lifecycle
Methods in zowe.client.sdk.zostso.lifecycle with parameters of type StartTsoParams Modifier and Type Method Description StartStopResponsesStartTso. start(String accountNumber, StartTsoParams params)Start TSO address space with provided parameters.ZosmfTsoResponseStartTso. startCommon(StartTsoParams commandParams)Start TSO address space with provided parameters -
Uses of StartTsoParams in zowe.client.sdk.zostso.method
Methods in zowe.client.sdk.zostso.method with parameters of type StartTsoParams Modifier and Type Method Description IssueResponseIssueTso. issueCommand(String accountNumber, String command, StartTsoParams startParams)API method to start a TSO address space with provided parameters, issue a command, collect responses until prompt is reached, and terminate the address space.
-