Pathway/iTS Web Client Programming Manual (H06.03+, J06.03+)

Table Of Contents
Java Import Package Reference
HP NonStop Pathway/iTS Web Client Programming Manual520270-003
6-11
Class ServerReplyCode
Class ServerReplyCode
The ServerReplyCode class allows the user to specify the server reply code in a
SCREEN COBOL SEND statement.
The ServerReplyCode object is a required parameter in the Gateway.send method.
Package
pathway.its
Syntax
public pathway.its.ServerReplyCode
Description
This class contains methods that allow the user to specify a server reply code.
Member Summary
Constructor
ServerReplyCode()
Methods
Method Constructor
Syntax
public ServerReplyCode ()
Description
Constructor for the ServerReplyCode class.
Method addReplyCode (Single Data Identifier)
Syntax
public void addReplyCode (Integer replyCode,
int terminationStatus,
ScobolType identifier)
addReplyCode() Equivalent to the YIELDS clause of the SCREEN
COBOL SEND statement