for (ReplicableCommand nested : rc.getCommands()) {
initializeReplicableCommand(nested);
}
break;
case SingleRpcCommand.COMMAND_ID:
SingleRpcCommand src = (SingleRpcCommand) c;
src.setInterceptorChain(interceptorChain);
if (src.getCommand() != null)
initializeReplicableCommand(src.getCommand());
break;
case InvalidateCommand.COMMAND_ID:
InvalidateCommand ic = (InvalidateCommand) c;
ic.init(notifier);