sender.send(clientID, new OKMessage(message.getMessageID()));
// Fetch a new client-state and set it. Send a message on the
// cell channel with the new state.
CellClientState clientState = cellMO.getClientState(null, clientID, null);
CellClientStateMessage ccsm = new CellClientStateMessage(cellID, clientState);
cellMO.sendCellMessage(clientID, ccsm);
}