{
try {
if (debug)
dprint("rebind_context " + nameToString(n) + " to " + nc);
// doBind implements all four flavors of binding
NamingContextDataStore impl = (NamingContextDataStore)this;
doBind(impl,n,nc,true,BindingType.ncontext);
} catch (org.omg.CosNaming.NamingContextPackage.AlreadyBound ex) {
// This should not happen
throw updateWrapper.namingCtxRebindAlreadyBound( ex ) ;
}