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-9
Class Gateway
Method dialogSend
Purpose
Continues to perform the send operation to a server class identified by a previously
initiated dialogBegin () call.
Syntax
Public void dialogSend (ScobolType() sendItems,
ServerReplyCode replyMap)
throws ScobolTxnException, ScobolSendException
Description
Equivalent to the SCREEN COBOL DIALOG-SEND statement. Note that ScobolType
and ServerReplyCode data types are already defined in pathway.its package.
Similarly, ScobolTxnException and ScobolSendException are Exception
classes already defined in pathway.its package.
Parameters
Side Effects
Sets the values of ScobolLib.terminationStatus,
ScobolLib.terminationSubStatus, and ScobolLib.dialogInfo.
Method endTransaction
Purpose
Ends a transaction on the NonStop on behalf of this client.
Syntax
public void endTransaction () throws ScobolTxnException
Description
Equivalent to the SCREEN COBOL END-TRANSACTION statement.
sendItems An array of data items to be sent to the server.
replyMap Object encapsulating the REPLY CODE and YIELDS
clause values of the DIALOG-SEND statement.