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

Packages that use Retransmitter.RetransmitCommand
org.jgroups.protocols.pbcast   
org.jgroups.stack   
 

Uses of Retransmitter.RetransmitCommand in org.jgroups.protocols.pbcast
 

Classes in org.jgroups.protocols.pbcast that implement Retransmitter.RetransmitCommand
 class NAKACK
          Negative AcKnowledgement layer (NAKs).
 

Uses of Retransmitter.RetransmitCommand in org.jgroups.stack
 

Classes in org.jgroups.stack that implement Retransmitter.RetransmitCommand
 class AckSenderWindow
          ACK-based sliding window for a sender.
 

Constructors in org.jgroups.stack with parameters of type Retransmitter.RetransmitCommand
NakReceiverWindow(Address sender, Retransmitter.RetransmitCommand cmd, long start_seqno, TimeScheduler sched)
          Creates a new instance with the given retransmit command
NakReceiverWindow(Address sender, Retransmitter.RetransmitCommand cmd, long start_seqno)
          Creates a new instance with the given retransmit command
Retransmitter(Address sender, Retransmitter.RetransmitCommand cmd, TimeScheduler sched)
          Create a new Retransmitter associated with the given sender address
Retransmitter(Address sender, Retransmitter.RetransmitCommand cmd)
          Create a new Retransmitter associated with the given sender address
 



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