Pathway/iTS Web Client Programming Manual (G06.24+)
Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
6-6
Class Gateway
Parameters 
Side Effects
Sets the values of ScobolLib.terminationStatus, 
ScobolLib.transactionId, and ScobolLib.restartCounter.
Method endTransaction
Purpose
Ends a transaction on the NonStop Himalaya on behalf of this client.
Syntax
public void endTransaction () throws ScobolTxnException
Description
Equivalent to the SCREEN COBOL END-TRANSACTION statement.
Method send
Purpose
Performs a server-class send operation to the specified server class.
Syntax
public void send (ScobolType[] sendItems,
 String serverclassName,
 String pathmonName,
 String systemName,
 ServerReplyCode replyMap) 
 throws ScobolTxnException, ScobolSendException 
Description
Equivalent to the SCREEN COBOL SEND statement.
onTxnErrorMethod The name of the transaction error-handling method. 
If null or if the method name is not found, then no method 
is invoked if a transaction error occurs.
param The object that will be the parameter to the 
onTxnErrorMethod() call.










