The thread that runs inside the daemon, doing work. More...
Public Member Functions | |
void | run () |
void | shutDown () |
void | work () |
Specialized by subclasses, called by worker thread. | |
void | initialize () |
void | finish () |
boolean | signal (String name) |
Object | status (String name) |
Protected Member Functions | |
WorkerThread (String daemonName) | |
Package Attributes | |
boolean | _keepGoing |
String | _daemonName |
The thread that runs inside the daemon, doing work.