* from creating the name. But the server side will only want
* to lock existing items, so it depends on locking the next
* name.
*/
reportNextNameAccess(txn, name, result.getNextName(), READ);
throw new NameNotBoundException("Name not bound: " + name);
}
/*
* Write lock the next name if the binding is being removed to
* prevent other transactions from observing its status as the next
* binding until this transaction commits.