com.activequant.utils.worker
Class WorkerThread<T>
java.lang.Object
com.activequant.utils.worker.WorkerThread<T>
- All Implemented Interfaces:
- Runnable
public class WorkerThread<T>
- extends Object
- implements Runnable
|
Method Summary |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkerThread
public WorkerThread(LinkedBlockingQueue<T> queue,
Worker<T> worker)
run
public void run()
- Specified by:
run in interface Runnable
Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.