Package zowe.client.sdk.zostso.methods
Class TsoStop
- java.lang.Object
-
- zowe.client.sdk.zostso.methods.TsoStop
-
public class TsoStop extends Object
This class handles sending the request to end the TSO session via z/OSMF- Version:
- 5.0
- Author:
- Frank Giordano
-
-
Constructor Summary
Constructors Constructor Description TsoStop(ZosConnection connection)TsoStop constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TsoCommonResponsestop(String sessionId)Stop the TSO session by session id (servletKey)
-
-
-
Constructor Detail
-
TsoStop
public TsoStop(ZosConnection connection)
TsoStop constructor- Parameters:
connection- for connection information, see ZosConnection object
-
-
Method Detail
-
stop
public TsoCommonResponse stop(String sessionId) throws ZosmfRequestException
Stop the TSO session by session id (servletKey)- Parameters:
sessionId- servletKey id retrieved from start TSO request- Returns:
- Response object
- Throws:
ZosmfRequestException- request error state
-
-