org.jgroups.protocols
Class MERGE3.InfoSender

java.lang.Object
  extended by org.jgroups.protocols.MERGE3.InfoSender
All Implemented Interfaces:
java.lang.Runnable, TimeScheduler.Task
Enclosing class:
MERGE3

protected class MERGE3.InfoSender
extends java.lang.Object
implements TimeScheduler.Task


Constructor Summary
protected MERGE3.InfoSender()
           
 
Method Summary
 long nextInterval()
           
 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

MERGE3.InfoSender

protected MERGE3.InfoSender()
Method Detail

run

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

nextInterval

public long nextInterval()
Specified by:
nextInterval in interface TimeScheduler.Task
Returns:
the next scheduled interval in ms. If <= 0 the task will not be re-scheduled

toString

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


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