public class Daemon
extends java.lang.Thread
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
Daemon(java.lang.Runnable task,
java.lang.String threadName) |
Daemon(java.lang.Runnable task,
java.lang.String threadName,
java.lang.Integer sleepTimeInMillis) |
Daemon(java.lang.Runnable task,
java.lang.String threadName,
java.lang.Long sleepTimeInMillis) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Runnable |
getTask() |
void |
run() |
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 Daemon(java.lang.Runnable task,
java.lang.String threadName)
public Daemon(java.lang.Runnable task,
java.lang.String threadName,
java.lang.Integer sleepTimeInMillis)
task - threadName - sleepTimeInMillis - public Daemon(java.lang.Runnable task,
java.lang.String threadName,
java.lang.Long sleepTimeInMillis)
Copyright © 2015 The Admin4J Project. All Rights Reserved.