Package org.jgroups.stack
Interface AckMcastSenderWindow.RetransmitCommand
-
- All Known Implementing Classes:
SMACK
- Enclosing class:
- AckMcastSenderWindow
public static interface AckMcastSenderWindow.RetransmitCommandCalled by retransmitter thread whenever a message needs to be re-sent to a destination.desthas to be set in thedstfield ofmsg, 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!).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidretransmit(long seqno, Message msg, Address dest)Retranmit the given msg
-