continue;
}
Logger.debug("I'm new owner of " + key);
key.setHome(PE.thisPE()); // me is the new owner
ObjectsRegistery.regsiterObject(key); // register key local
locator.newObject(key, object); // register at the directory manager
PE.thisPE().populate(new RegisterObject(key)); // populate me as the new owner
Logger.debug("Populate me owner of " + key);
// FIXME: if more than one local transaction at this node then we should release the object now not before changing its location
}
}