EDU.oswego.cs.dl.util.concurrent

Class PooledExecutor.Worker

protected class PooledExecutor.Worker extends Object implements Runnable

Class defining the basic run loop for pooled threads.
Field Summary
protected RunnablefirstTask_
Constructor Summary
protected Worker(Runnable firstTask)
Method Summary
voidrun()

Field Detail

firstTask_

protected Runnable firstTask_

Constructor Detail

Worker

protected Worker(Runnable firstTask)

Method Detail

run

public void run()