This interface defines a set of methods that must be implemented by the
"data store" associated with a NamingContext implementation.
It allows for different implementations of naming contexts that
support the same API but differ in storage mechanism.
Method which implements resolving the specified name,
returning the type of the binding and the bound object reference.
If the id and kind of the NameComponent are both empty, the initial
naming context (i.e., the local root) must be returned.
param
n a NameComponent which is the name to be resolved.
param
bth the BindingType as an out parameter.
return
the object reference bound under the supplied name.
exception
org.omg.CORBA.SystemException One of a fixed set of CORBA system exceptions.