throw new IllegalStateException(
"Receive attempted on channel containing replicated receive! Channel= " + comm.getChannel());
}
if (group.isReplicated())
chnlFrame.replicatedRecv = true;
CommRecv commRecv = (CommRecv) comm;
ObjectFrame oframe = new ObjectFrame(commGroupFrame, chnlFrame, commRecv.getContinuation());
commGroupFrame.commFrames.add(oframe);
chnlFrame.objFrames.add(oframe);
}
}