Uses of Interface
org.jgroups.stack.AckSenderWindow.RetransmitCommand

Packages that use AckSenderWindow.RetransmitCommand
org.jgroups.protocols   
org.jgroups.stack   
 

Uses of AckSenderWindow.RetransmitCommand in org.jgroups.protocols
 

Classes in org.jgroups.protocols that implement AckSenderWindow.RetransmitCommand
 class UNICAST
          Reliable unicast layer.
 

Uses of AckSenderWindow.RetransmitCommand in org.jgroups.stack
 

Constructors in org.jgroups.stack with parameters of type AckSenderWindow.RetransmitCommand
AckSenderWindow(AckSenderWindow.RetransmitCommand com)
          Creates a new instance.
AckSenderWindow(AckSenderWindow.RetransmitCommand com, long[] interval)
           
AckSenderWindow(AckSenderWindow.RetransmitCommand com, long[] interval, Protocol transport)
          This constructor whould be used when we want AckSenderWindow to send the message added by add(), rather then ourselves.
 



Copyright ? 2001,2002 www.jgroups.com . All Rights Reserved.