RspFilter filter, List<Address> dests, ResponseMode origMode,
Marshaller marshaller, CommandAwareRpcDispatcher card, boolean oob, boolean anycasting) throws Exception {
if (trace) log.tracef("Replication task sending %s to addresses %s", command, dests);
// Replay capability requires responses from all members!
ResponseMode mode = supportReplay ? ResponseMode.GET_ALL : origMode;
RspList<Object> retval = null;
Buffer buf;
if (broadcast || FORCE_MCAST) {
buf = marshallCall(marshaller, command);