com.sun.grizzly.util
Class FixedThreadPool.BasicWorker

java.lang.Object
  extended by com.sun.grizzly.util.AbstractThreadPool.Worker
      extended by com.sun.grizzly.util.FixedThreadPool.BasicWorker
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
DefaultThreadPool.DefaultThreadWorker
Enclosing class:
FixedThreadPool

protected class FixedThreadPool.BasicWorker
extends AbstractThreadPool.Worker


Field Summary
 
Fields inherited from class com.sun.grizzly.util.AbstractThreadPool.Worker
t
 
Constructor Summary
protected FixedThreadPool.BasicWorker()
           
 
Method Summary
protected  Runnable getTask()
           
 
Methods inherited from class com.sun.grizzly.util.AbstractThreadPool.Worker
doWork, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixedThreadPool.BasicWorker

protected FixedThreadPool.BasicWorker()
Method Detail

getTask

protected Runnable getTask()
                    throws InterruptedException
Specified by:
getTask in class AbstractThreadPool.Worker
Throws:
InterruptedException


Copyright © 2009 SUN Microsystems. All Rights Reserved.