org.jgroups.protocols
Class FD.BroadcastTask

java.lang.Object
  extended by org.jgroups.protocols.FD.BroadcastTask
All Implemented Interfaces:
TimeScheduler.Task
Enclosing class:
FD

protected final class FD.BroadcastTask
extends java.lang.Object
implements TimeScheduler.Task


Method Summary
 void addSuspectedMember(Address suspect)
           
 boolean cancelled()
           
 long nextInterval()
           
 void run()
          Execute the task
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

stop

public void stop()

cancelled

public boolean cancelled()
Specified by:
cancelled in interface TimeScheduler.Task
Returns:
true if task is cancelled and shouldn't be scheduled again

nextInterval

public long nextInterval()
Specified by:
nextInterval in interface TimeScheduler.Task
Returns:
the next schedule interval

run

public void run()
Description copied from interface: TimeScheduler.Task
Execute the task

Specified by:
run in interface TimeScheduler.Task

addSuspectedMember

public void addSuspectedMember(Address suspect)


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