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

Packages that use AckMcastSenderWindow.RetransmitCommand
org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. 
org.jgroups.stack Support for managing protocol stacks. 
 

Uses of AckMcastSenderWindow.RetransmitCommand in org.jgroups.protocols
 

Classes in org.jgroups.protocols that implement AckMcastSenderWindow.RetransmitCommand
 class SMACK
          Simple Multicast ACK protocol.
 

Uses of AckMcastSenderWindow.RetransmitCommand in org.jgroups.stack
 

Constructors in org.jgroups.stack with parameters of type AckMcastSenderWindow.RetransmitCommand
AckMcastSenderWindow(AckMcastSenderWindow.RetransmitCommand cmd)
          Create and start the retransmitter
AckMcastSenderWindow(AckMcastSenderWindow.RetransmitCommand cmd, long[] retransmit_intervals)
          Create and start the retransmitter
AckMcastSenderWindow(AckMcastSenderWindow.RetransmitCommand cmd, long[] retransmit_intervals, TimeScheduler sched)
          Create and start the retransmitter
AckMcastSenderWindow(AckMcastSenderWindow.RetransmitCommand cmd, TimeScheduler sched)
          Create and start the retransmitter
 



Copyright ? 1998-2005 Bela Ban. All Rights Reserved.