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-4
Class Gateway
Parameters
Method abortTransaction
Purpose
Aborts a transaction on the NonStop on behalf of this client.
Syntax
public void abortTransaction () throws ScobolTxnException
Description
Equivalent to the SCREEN COBOL ABORT-TRANSACTION statement.
Method acceptDate
Purpose
Gets the date from the NonStop.
Syntax
public void acceptDate (ScobolType date, boolean yyyymmdd)
throws ScobolTxnException
Description
Equivalent to the SCREEN COBOL ACCEPT DATE statement.
Parameters
Method acceptDay
Purpose
Gets the Julian day from the NonStop.
hostAddress The TCP/IP host name for the NonStop (the n.n.n.n form
is also valid)
port The TCP/IP port number on which the router process is
configured
date The object that will receive the date.
yyyymmdd If true, the date will be returned in
yyyymmdd
format;
otherwise, it will be in
yymmdd
format.