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-3
Class Gateway
Delegation Methods
Method Constructor
Syntax
public Gateway (String address, int port)
Description
Constructor for the Gateway class.
abortTransaction() Aborts the current transaction on the NonStop;
equivalent to the SCREEN COBOL ABORT-
TRANSACTION statement.
acceptDate() Gets the NonStop date; equivalent to the SCREEN
COBOL ACCEPT DATE statement.
acceptDay() Gets the NonStop Julian day; equivalent to the
SCREEN COBOL ACCEPT DAY statement.
acceptTime() Gets the NonStop time; equivalent to the SCREEN
COBOL ACCEPT TIME statement.
beginTransaction() Initiates a transaction on the NonStop; equivalent to
the SCREEN COBOL BEGIN-TRANSACTION
statement.
dialogAbort() Aborts the current dialog in the terminal; equivalent
to the SCREEN COBOL DIALOG-ABORT
statement.
dialogBegin() Does a server-class dialog begin operation;
equivalent to the SCREEN COBOL DIALOG-BEGIN
statement.
dialogEnd() Ends the current dialog in the terminal after the
server ends it; equivalent to the SCREEN COBOL
DIALOG-END statement.
dialogSend() Does a server-class dialog send operation;
equivalent to the SCREEN COBOL DIALOG-SEND
statement.
endTransaction() Ends the current transaction on the NonStop;
equivalent to the SCREEN COBOL
END-TRANSACTION statement.
send() Does a server-class send operation; equivalent to
the SCREEN COBOL SEND statement.