org.jgroups.protocols
Class Discovery.PingSenderTask

java.lang.Object
  extended by org.jgroups.protocols.Discovery.PingSenderTask
Enclosing class:
Discovery

protected class Discovery.PingSenderTask
extends java.lang.Object


Field Summary
protected  java.util.concurrent.Future<?> senderFuture
           
 
Constructor Summary
Discovery.PingSenderTask()
           
 
Method Summary
 void start(java.lang.String cluster_name, Promise promise, ViewId view_id)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

senderFuture

protected java.util.concurrent.Future<?> senderFuture
Constructor Detail

Discovery.PingSenderTask

public Discovery.PingSenderTask()
Method Detail

start

public void start(java.lang.String cluster_name,
                  Promise promise,
                  ViewId view_id)

stop

public void stop()


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