The GatewayOutput Object
This utility class extension of the CGI Gateway applet keeps track of data items written to the Infobus. Data items are written to the InfoBus with the writeObject method. References to the items are kept in a hashtable.

If an item is not present in the table, it is recorded and a DATAAVAILABLE event is generated. If the item is in the table, its new value is stored and a DATACHANGED event is generated.

For more general information on data access and how it is handled with eSuite applets, refer to the "eSuite and Data Access" topic.

See also
CGI gateway applet
GatewayInput object
parameterString property