public class Sentinel
extends java.lang.Thread
| Modifier and Type | Field and Description |
|---|---|
static int |
LEEWAY |
static int |
SLEEP_TIME |
static boolean |
verbose |
| Modifier and Type | Method and Description |
|---|---|
static void |
acknowledge(int id,
int life_sign) |
void |
run() |
static void |
watch(java.lang.String watcher,
java.lang.String watchee) |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic static final int SLEEP_TIME
public static final int LEEWAY
public static final boolean verbose