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-5
Class Gateway
Syntax
public void acceptDay (ScobolType day, boolean yyyyddd)
throws ScobolTxnException
Description
Equivalent to the SCREEN COBOL ACCEPT DAY statement.
Parameters
Method acceptTime
Purpose
Gets the time from the NonStop.
Syntax
public void acceptTime (ScobolType time)
throws ScobolTxnException
Description
Equivalent to the SCREEN COBOL ACCEPT TIME statement.
Parameters
Method beginTransaction
Purpose
Initiates a transaction on the NonStop on behalf of this client.
Syntax
public void beginTransaction () throws ScobolTxnException
Description
Equivalent to the SCREEN COBOL BEGIN-TRANSACTION statement.
day The object that will receive the Julian day.
yyyyddd If true, the day will be returned in
yyyyddd
format;
otherwise, it will be in
yyddd
format.
time The object that will receive the time