JavaGroups
Interface AckMcastSenderWindow.RetransmitCommand
- Enclosing class:
- AckMcastSenderWindow
- public static interface AckMcastSenderWindow.RetransmitCommand
Called by retransmitter thread whenever a message needs to be re-sent to a destination.
dest has to be set in the dst field of msg, as the
latter was sent multicast, but now we are sending a unicast message. Message has to be
copied before sending it (as headers will be appended and therefore the message changed !).
Retransmit
public void Retransmit(long seqno,
Message msg,
java.lang.Object dest)