Package zowe.client.sdk.zostso.methods
Class TsoStart
- java.lang.Object
-
- zowe.client.sdk.zostso.methods.TsoStart
-
public class TsoStart extends Object
This class handles sending the request to start the TSO session via z/OSMF- Version:
- 5.0
- Author:
- Frank Giordano
-
-
Constructor Summary
Constructors Constructor Description TsoStart(ZosConnection connection)TsoStart constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TsoStartResponsestart(StartTsoInputData inputData)Make the first TSO request to start the TSO session and retrieve its session id (servletKey).
-
-
-
Constructor Detail
-
TsoStart
public TsoStart(ZosConnection connection)
TsoStart constructor- Parameters:
connection- for connection information, see ZosConnection object
-
-
Method Detail
-
start
public TsoStartResponse start(StartTsoInputData inputData) throws ZosmfRequestException
Make the first TSO request to start the TSO session and retrieve its session id (servletKey).- Parameters:
inputData- parameters for start tso call, see StartTsoInputData- Returns:
- string value representing the session id (servletKey)
- Throws:
ZosmfRequestException- request error state
-
-