Pathway/iTS Web Client Programming Manual (G06.24+)
Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
6-7
Class ServerReplyCode
Parameters 
Side Effects
Sets the values of ScobolLib.terminationStatus and 
ScobolLib.terminationSubStatus.
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.
sendItems An array of data items to be sent to the server
serverclassName Identifies the server class for which the message is intended
pathmonName Identifies the Pathmon process for which the server class is 
configured. If this value is not specified, the value is null.
This parameter is optional; if the server class is monitored 
by the same Pathmon process as the gateway terminal, then 
this parameter is not necessary. If the server class is remote, 
you must specify the name of the server class Pathmon 
process.
systemName Identifies the system on which the Pathmon process is  
running. If this value is not specified, the value is null.
This parameter is optional; if the server class is monitored 
by the same Pathmon process as the gateway terminal, then 
this parameter is not necessary. If the server class is remote, 
you must specify the name of the system in which the server 
class Pathmon process is running.
replyMap Object encapsulating the REPLY CODE and YIELDS 
clause values of the SEND statement










