updateLogger.warning( LogKeywords.NAMING_BIND_FAILURE +
" NULL Context cannot be Bound " );
throw new BAD_PARAM( "Naming Context should not be null " );
}
// doBind implements all four flavors of binding
NamingContextDataStore impl = (NamingContextDataStore)this;
doBind(impl,n,nc,false,BindingType.ncontext);
if( updateLogger.isLoggable( Level.FINE ) ) {
// isLoggable call to make sure that we save some precious
// processor cycles, if there is no need to log.
updateLogger.fine( LogKeywords.NAMING_BIND_SUCCESS + " Name = " +