OSI/MHS Gateway Programmatic Interface (GPI) Programming Guide
Glossary
OSI/MHS Gateway Programmatic Interface (GPI) Programming Guide—424822-001
Glossary-11
external tracing
extensions contain one or more instances of the MH-C-EXTENSIONS class. See also
BER.
external tracing. The recording of actions taken by a management domain with respect to a
message, probe, or report. See also internal tracing.
extensible structured token. In DSM programmatic interfaces, a token consisting of a token
code and a value that is an extensible structure. Extensible structures can be extended
by adding new fields at the end. Such structures are typically used to indicate the
attributes of an object being operated on and to return status and statistics information in
responses; they can also be used for other purposes. The token is referenced by a token
map that describes the structure to SPI so that SPI can provide compatibility between
different versions of the structure. See also simple token.
file number. An integer that represents a particular instance of an open of a file. A file
number is returned by an OPEN procedure and is used in subsequent I/O procedures to
access the file.
filter. In EMS, a file containing a list of criteria against which incoming event messages can
be evaluated to see if they can pass (all criteria met) or not pass (one or more criteria
failed) through the filter.
fixed structure. In DSM programmatic interfaces, a multifield structure declared for the
value of a simple token. Fields cannot be added to fixed structures. See also extensible
structure.
forwarded IPM. An interpersonal message that is enclosed in and being forwarded by
another interpersonal message.
forwarded notification (FN). An EDIN that reports responsibility for an EDIM has been
forwarded along with the subject EDIM. A forwarded notification is generated by a
receiving EDI-UA, EDI-MS, or PDAU when EDIM responsibility cannot be given to
the associated user, and the EDIM is forwarded to another recipient. A forwarded
notification is generated only if was requested by the originator of the EDIM. See also
EDIM responsibility.
forwarding IPM. An interpersonal message that encloses another interpersonal message,
which is being forwarded.
fully qualified file name. A file specification that includes the volume, subvolume, and file
name ($vol.subvol.filename), possibly preceded by a system name (\system).
gateway. In general, a device or program that connects dissimilar networks at any layer
above the Network Layer, compensating for protocol differences between the networks.
In X.400, a program that integrates a proprietary messaging system with an X.400
network. For example, the GPI and its client together form a gateway.