org.jgroups.stack

Interface AckMcastSenderWindow.RetransmitCommand

Known Implementing Classes:
SMACK

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!).

Method Summary

void
retransmit(long seqno, Message msg, Address dest)
Retranmit the given msg

Method Details

retransmit

public void retransmit(long seqno,
                       Message msg,
                       Address dest)
Retranmit the given msg

Parameters:
seqno - the sequence number associated with the message
msg - the msg to retransmit (it should be a copy!)
dest - the msg destination


Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.