public class CmsPingTimer
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
PING_INTERVAL
The interval for the RPC calls.
|
| 构造器和说明 |
|---|
CmsPingTimer() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
abort()
Aborts the ping timer.
|
protected void |
run()
Installs the timer which fires the RPC calls.
|
protected static boolean |
shouldKeepRunning()
Returns if the ping timer should keep running.
|
static void |
start()
Starts the timer.
|
public static final int PING_INTERVAL
public static void abort()
public static void start()
protected static boolean shouldKeepRunning()
true if the ping timer should keep runningprotected void run()