CORBA 2.6.1 Glossary

stream; the receiver performs transformations required to process the data in its local environment.
factory object
An object that creates other objects. An application might place factory objects into the Naming
Service. You must implement a factory as a static method.
fleshed-out script
The results of editing skeletons, for example, nsdstart or default.db. Once configured, the
fleshed-out script can be used to start, stop, or uninstall an existing NonStop CORBA installation.
framework
A set of related object classes, technically different from a class library in that the framework
makes requests of a user program. However, many software vendors use the terms "class library"
and "framework" interchangeably.
General Inter-ORB Protocol (GIOP)
A required CORBA protocol that defines the format of the data units that can be sent by any
transport. NonStop CORBA can support three versions of GIOP: 1.0, 1.1, and 1.2. Various
differences exist between the versions, for example, the handling of wchar and wstring differs.
GIOP over Guardian file system
A proprietary transport protocol, provided by NonStop CORBA, that uses Guardian file-system
addressing to access a specific instance of an object (that is, a stateful object). Guardian
file-system addressing uses a process name to specify a particular server process.
GIOP over TS/MP
A proprietary transport protocol, provided by NonStop CORBA, that addresses stateless objects
through server pools.
granularity
The complexity of an object; whether it consists of few or many discrete operations or data items.
host
Provide execution space for an object. A server can host instances of one or more object classes.
HOSTS file
A file that contains IP addresses and aliases representing systems known to NonStop TCP/IP.
identifier
(1) In IDL, an identifier is an arbitrarily long sequence of alphabetic, numeric, and underscore
characters. The first character must be alphabetic. All characters are significant. Identifiers that
differ only in case collide and yield a compilation error. An identifier for a definition must be
spelled consistently (with respect to case) throughout a specification.
(2) In a C++ or Java program, the name of an item.
IDL compiler