Package zowe.client.sdk.zostso.service
Class TsoStartService
- java.lang.Object
-
- zowe.client.sdk.zostso.service.TsoStartService
-
public class TsoStartService 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 TsoStartService(ZosConnection connection)TsoStartService constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringstartTso(StartTsoInputData inputData)Make the first TSO request to start the TSO session and retrieve its session id (servletKey).
-
-
-
Constructor Detail
-
TsoStartService
public TsoStartService(ZosConnection connection)
TsoStartService constructor- Parameters:
connection- for connection information, see ZosConnection object
-
-
Method Detail
-
startTso
public String startTso(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
-
-