Corba Section Index | Page 9
Can I name an object in more than one naming context? Can I give an object more than one name in a given context?
Sure. The only uniqueness requirement is that the names
are unique in the scope of a given context.
Ok, a naming context will let me find other objects but how do I get the first naming context?
This is the bootstrapping problem, i.e. you must get the object
reference of some context in order to use the naming service.
CORBA defines a resolve_initial_references() method on
the orb to solv...more
What is the CORBA Name Service?
The CORBA Name Service is a simple object service for naming
objects in a distributed object system. The name service maps
names to CORBA object references. The name service implements
a simple CO...more