- All Implemented Interfaces:
 
Runnable 
- Enclosing class:
 
Daemon 
The sub-class of Thread that this Daemon uses as the actual thread
 of execution.
- 
Constructor Summary
Constructors
 
- 
Method Summary
 
 
protected boolean
 
protected boolean
 
protected void
 
void
 
protected void
 
 
 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
- 
Constructor Details
- 
DaemonWorker
public DaemonWorker()
 
 
- 
Method Details
- 
run
public void run()
- Specified by:
 
run in interface Runnable 
 
- 
 
- 
notifyStopping
protected void notifyStopping()
 
- 
isStopping
protected boolean isStopping()
 
- 
setThread
protected void setThread(Thread thread) 
 
- 
 
- 
isCurrentThread
protected boolean isCurrentThread()