Package com.iizix.server
Class WorkerThread
java.lang.Object
com.iizix.server.WorkerThread
- All Implemented Interfaces:
- Runnable
A worker thread class for the server.
- Author:
- Christopher Mindus
- Constructor SummaryConstructorsConstructorDescription- WorkerThread- (Worker worker, Runnable disposeRunnable) Constructs the worker thread.
- Method Summary
- Constructor Details- WorkerThreadConstructs the worker thread.- Parameters:
- worker- The worker.
- disposeRunnable- Runnable that is called when the thread exits dur to failure.
 
 
- Method Details