org.jgroups.protocols

Class PingSender

public class PingSender extends Object implements Runnable

Sends num_ping_request GET_MBRS_REQ messages, distributed over timeout ms

Version: $Id: PingSender.java,v 1.5 2005/08/11 12:43:47 belaban Exp $

Author: Bela Ban

Field Summary
protected Loglog
protected booleantrace
Constructor Summary
PingSender(long timeout, int num_requests, Discovery d)
Method Summary
booleanisRunning()
voidrun()
voidstart()
voidstop()

Field Detail

log

protected final Log log

trace

protected boolean trace

Constructor Detail

PingSender

public PingSender(long timeout, int num_requests, Discovery d)

Method Detail

isRunning

public boolean isRunning()

run

public void run()

start

public void start()

stop

public void stop()
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.