CORBA 2.3 Glossary (NonStop CORBA 2.3.7+)
Glossary
Prev
Glossary
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
adapter activator
A server-side object used by the ORB when a request is made for a child POA that does not exist.
In such a case, the adapter activator creates the child POA.
admin DB
The database that stores the operational data used by the NSDAdminServer and
NSDEnvironServer processes. The location of the database is given by the environment variable
NSDOM_ADMIN_dB.
AdminServer
See NSDAdminServer.
attribute
An identifiable association between an object and a value. An attribute A is made visible to clients
as a pair of operations: get_A and set_A. Read-only attributes generate only get operations. An
attribute is a characteristic or property of an object, and it is typically implemented as a simple
data member or as an association with another object or group of objects.
availability
Continuous service. NonStop systems are designed to provide high availability.
base class
A class from which some other class (a subclass) is derived, so that the subclass inherits
characteristics from the base class and may also define characteristics of its own.
Basic Object Adapter (BOA)
See object adapter.
binding
(1) In IDL, the relationship between an IDL construct and the corresponding construct in a
programming language.
(2) In the Naming Service, the relationship between a name and an object.
(3) In networking, binding is the establishment of a logical connection between communicating
entities.
Bootstrap Daemon (BSD)