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-7
Class Gateway
Description
Equivalent to the SCREEN COBOL DIALOG-ABORT statement. The Exception class,
ScobolSendException, is defined in the pathway.its package.
Side Effects
Sets the values of ScobolLib.terminationStatus,
ScobolLib.terminationSubStatus, and ScobolLib.dialogInfo.
Method dialogBegin
Purpose
Performs a server-class dialog begin operation to the specified server class.
Syntax
Public void dialogBegin (ScobolType() sendItems,
String serverclassName,
String pathmonName,
String systemName,
ServerReplyCode replyMap)
throws ScobolTxnException, ScobolSendException
Description
Equivalent to the SCREEN COBOL DIALOG-BEGIN statement. The data types
ScobolType and ServerReplyCode are already defined in the pathway.its package.
Similarly, the Exception classes ScobolTxnException and
ScobolSendException are also defined in the pathway.its package.
Parameters
sendItems An array of data items to be sent to the server.
serverclassName Identifies the server class with which the dialog needs to
be established.