Copyright (c) Qusay H. Mahmoud
5
Naming Service (NamingContext)
lTo get a reference to an object stored under NamingContext, use:
l resolve(NameComponent namePath)
lIt throws: NotFound, CannotProceed, InvalidName
lThis method returns org.omg.CORBA.Object
lTherefore, it must be narrowed to a particular interface using a helper’s narrow()
l