org.jgroups.protocols

Class PingSender

Implemented Interfaces:
Runnable

public class PingSender
extends java.lang.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 Log
log
protected boolean
trace

Constructor Summary

PingSender(long timeout, int num_requests, Discovery d)

Method Summary

boolean
isRunning()
void
run()
void
start()
void
stop()

Field Details

log

protected final Log log

trace

protected boolean trace

Constructor Details

PingSender

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

Method Details

isRunning

public boolean isRunning()

run

public void run()

start

public void start()

stop

public void stop()

Copyright B) 1998-2005 Bela Ban. All Rights Reserved.