com.activequant.utils.worker
Class WorkerThread<T>

java.lang.Object
  extended by com.activequant.utils.worker.WorkerThread<T>
All Implemented Interfaces:
Runnable

public class WorkerThread<T>
extends Object
implements Runnable


Constructor Summary
WorkerThread(LinkedBlockingQueue<T> queue, Worker<T> worker)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkerThread

public WorkerThread(LinkedBlockingQueue<T> queue,
                    Worker<T> worker)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.