JavaGroups
Interface AckSenderWindow.RetransmitCommand

All Known Implementing Classes:
UNICAST
Enclosing class:
AckSenderWindow

public static interface AckSenderWindow.RetransmitCommand


Method Summary
 void Retransmit(long seqno, Message msg, int num_tries)
           
 

Method Detail

Retransmit

public void Retransmit(long seqno,
                       Message msg,
                       int num_tries)