| java.lang.Object org.jgroups.protocols.PingSender
PingSender | public class PingSender implements Runnable(Code) | | Sends num_ping_request GET_MBRS_REQ messages, distributed over timeout ms
author: Bela Ban version: $Id: PingSender.java,v 1.5.10.1 2007/04/27 08:03:51 belaban Exp $ |
Method Summary | |
public synchronized boolean | isRunning() | public void | run() | public synchronized void | start() | public synchronized void | stop() |
interval | double interval(Code) | | |
log | final protected Log log(Code) | | |
num_requests | int num_requests(Code) | | |
trace | protected boolean trace(Code) | | |
PingSender | public PingSender(long timeout, int num_requests, Discovery d)(Code) | | |
isRunning | public synchronized boolean isRunning()(Code) | | |
start | public synchronized void start()(Code) | | |
stop | public synchronized void stop()(Code) | | |
|
|