Package zowe.client.sdk.zostso.service
Class TsoReplyService
- java.lang.Object
-
- zowe.client.sdk.zostso.service.TsoReplyService
-
public class TsoReplyService extends Object
This class handles sending a request to z/OSMF TSO for additional TSO message data- Version:
- 5.0
- Author:
- Frank Giordano
-
-
Constructor Summary
Constructors Constructor Description TsoReplyService(ZosConnection connection)TsoReplyService constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringreply(String sessionId)Send a request to z/OSMF TSO for additional TSO message data
-
-
-
Constructor Detail
-
TsoReplyService
public TsoReplyService(ZosConnection connection)
TsoReplyService constructor- Parameters:
connection- for connection information, see ZosConnection object
-
-
Method Detail
-
reply
public String reply(String sessionId) throws ZosmfRequestException
Send a request to z/OSMF TSO for additional TSO message data- Parameters:
sessionId- servletKey id retrieve from start TSO request- Returns:
- response string representing the returned request payload
- Throws:
ZosmfRequestException- request error state
-
-