This package defines the API for creating an
Enterprise RTView RtvAgent application, for sending data tables to the
RTVAgent data adapter over a socket or an http connection.
GmsModelVariables is implemented by generated GMS model classes;
it provides the
methods that data source classes use to get and set GMS dynamic variables.
The GmsRtViewDs class is the base class for an
Enterprise RTView datasource, providing methods to customize
information about the files, classes, and resources
available with the datasource, the data objects used to
create data attachments, the conn info objects used to establish
connections with external systems, the options object used to
provide datasource-specific options, and the dialogs that are
displayed in the Enterprise RTView Builder.
The GmsRtViewDsAdapter class is the base class for
an external data adapter in an Enterprise RTView datasource,
with methods that allow the orderly initialization and
shutdown of the datasource as well as the registration and
updating of data objects, the management of connections and
datasource-specific options, the execution of commands, and the
validation of information entered into dialogs during the
execution of an Enterprise RTView application.
This class contains base metadata that describes an Enterprise RTView
Data Adapter, including descriptive information and the names of auxiliary
classes and files.
This class contains supplemental metadata that describes an Enterprise RTView
Data Adapter, including descriptive information, the names of auxiliary
classes and files, available datasource behaviors, and localization
information.
Accept a semicolon-separated list of column names and a nested list
of filter values in the form v1,v2;v3,v4 where each semicolon-separated
set of values is associated with the corresponding column.