updateState.removeAllComponentServerStates();
}
// Form a new CellUpdateServerState message with the appropriate
// information and send it
CellServerStateUpdateMessage msg = new CellServerStateUpdateMessage(
selectedCell.getCellID(),
updateState,
stateUpdates.cellComponentServerStateSet);
ResponseMessage response = selectedCell.sendCellMessageAndWait(msg);
if (response instanceof ErrorMessage) {