NonStop JMS C++ API Programmer's Guide

NonStop Server for Java Message Service C++ API Programmer’s Guide526459-002
Glossary-1
Glossary
API. See application program interface (API).
application program. One of the following: A software program written for or by a user for a
specific purpose. A computer program that performs a data processing function rather
than a control function.
application program interface (API). A set of functions or procedures that are called by an
application program to communicate with other software components.
attribute. An item of descriptive data associated with a command-line tool command or
XML element. An attribute has a name and a value.
client. A software process, hardware device, or combination of the two that requests
services from a server. Often, the client is a process residing on a programmable
workstation and is the part of a program that provides the user interface. The
workstation client might also perform other portions of the program logic.
Distributed Systems Management/Software Configuration Manager (DSM/SCM). A
GUI-based program that installs new software and creates a new operating system.
DSM/SCM creates a new software revision and activates the new software on the
target system. See Distributed Systems Management/Software Configuration Manager
(DSM/SCM).
DSM/SCM. See Distributed Systems Management/Software Configuration Manager
(DSM/SCM)
exception. An event during program execution that prevents the program from continuing
normally; generally, an error. Java methods raise exceptions using the throw keyword
and handle exceptions using try, catch, and finally blocks.
Guardian. An environment available for interactive or programmatic use with the operating
system. Processes that run in the Guardian environment usually use the Guardian
system procedure calls as their application program interface; interactive users of the
Guardian environment usually use the HP Tandem Advanced Command Language
(TACL) or another HP product’s command interpreter. Contrast with Open System
Services (OSS).
HP NonStop™ operating system. The operating system for HP NonStop systems.
HP Tandem Advanced Command Language (TACL). The user interface to the operating
system. The TACL product is both a command interpreter and a command language.
Users can write TACL programs that perform complex tasks or provide a consistent
user interface across independently programmed applications.