Package zowe.client.sdk.zostso.service
Class TsoStopService
- java.lang.Object
-
- zowe.client.sdk.zostso.service.TsoStopService
-
public class TsoStopService 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 TsoStopService(ZosConnection connection)TsoStopService constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstopTso(String sessionId)Stop the TSO session by session id (servletKey)
-
-
-
Constructor Detail
-
TsoStopService
public TsoStopService(ZosConnection connection)
TsoStopService constructor- Parameters:
connection- for connection information, see ZosConnection object
-
-
Method Detail
-
stopTso
public void stopTso(String sessionId) throws ZosmfRequestException
Stop the TSO session by session id (servletKey)- Parameters:
sessionId- servletKey id retrieve from start TSO request- Throws:
ZosmfRequestException- request error state
-
-