int newPort) {
checkValidity(nodeName, "Updating node's address");
/* Check whether the node is still alive. */
if (feederManager.getFeeder(nodeName) != null) {
throw new ReplicaStateException
("Can't update the network address for a live node.");
}
/* Update the node information in the group database. */
RepNodeImpl node = group.getNode(nodeName);