org.jgroups.protocols
Class UNICAST.RetransmitTask

java.lang.Object
  extended by org.jgroups.protocols.UNICAST.RetransmitTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
UNICAST

protected class UNICAST.RetransmitTask
extends java.lang.Object
implements java.lang.Runnable

Retransmitter task which periodically (every xmit_interval ms) looks at all the retransmit (send) tables and re-sends messages for which we haven't received an ack yet


Constructor Summary
protected UNICAST.RetransmitTask()
           
 
Method Summary
 void run()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UNICAST.RetransmitTask

protected UNICAST.RetransmitTask()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.