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-2
Host Connectivity Classes
Host Connectivity Classes
The host connectivity (gateway) classes define the connectivity protocol with the host
NonStop and also delegate certain host processing on behalf of the clients.
Class Gateway
The Gateway class encapsulates the connectivity protocol with the host NonStop and
also delegates certain host processing on behalf of the clients.
Package
pathway.its
Syntax
public pathway.its.Gateway
Description
This class has these responsibilities:
Handles communication with the host NonStop
Forwards (delegates) certain processing tasks to the host
Examples of delegated tasks are server-class send operations and transaction
management (begin transaction, end transaction, and abort transaction).
Member Summary
Constructor
Gateway()