public class ClientWatchDog
extends java.lang.Thread
| Modifier and Type | Field and Description |
|---|---|
private static long |
CHECK_INTERVAL_SECONDS |
private boolean |
done |
private static java.util.logging.Logger |
LOGGER |
private UserDB |
userDB |
| Constructor and Description |
|---|
ClientWatchDog(UserDB userDB) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
void |
shutdown() |
void |
sleepFor(long millis) |
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, yieldprivate static final java.util.logging.Logger LOGGER
private boolean done
private final UserDB userDB
private static final long CHECK_INTERVAL_SECONDS
public ClientWatchDog(UserDB userDB)