public class PollingDaemon
extends java.lang.Thread
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_KEY |
| Constructor and Description |
|---|
PollingDaemon(SmartConfig smartConfig) |
| Modifier and Type | Method and Description |
|---|---|
SmartConfig |
getSmartConfig() |
boolean |
isRunning() |
void |
run() |
void |
terminate() |
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 java.lang.String PROPERTY_KEY
public PollingDaemon(SmartConfig smartConfig)
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic void terminate()
public SmartConfig getSmartConfig()
public boolean isRunning()