// remove the value from the map
SharedData prev = backing.removeLocal(key);
// send the request for a change, and revert if there is an error
channel.send(new RemoveRequestMessage(getName(), key),
new OKErrorResponseListener()
{
@Override
public void onSuccess(MessageID messageID) {
// do nothing