/// HACK ALERT! Used for ISPN-1789. Enable RSVP if the command is a cache topology control command.
boolean rsvp = command instanceof CacheTopologyControlCommand;
RspList<Object> retval = null;
Buffer buf;
if (broadcast || FORCE_MCAST) {
buf = marshallCall(marshaller, command);
retval = card.castMessage(dests, constructMessage(buf, null, oob, mode, rsvp),
new RequestOptions(mode, timeout, false, filter));
} else {