What is a naming context?
Created May 4, 2012
Bruce Martin A naming context is an object implemented by the CORBA Naming
Service. It consists of a set of unique bindings that map
names to object references. The names are unique within
the context. To create an association between a name and an object
reference, the bind operation is invoked on the naming context.
To get an object reference given a name, the resolve operation
is invoked on the naming context.