com.sun.grizzly.util
Class DefaultThreadPool.DefaultThreadWorker

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

protected class DefaultThreadPool.DefaultThreadWorker
extends FixedThreadPool.BasicWorker


Field Summary
 
Fields inherited from class com.sun.grizzly.util.AbstractThreadPool.Worker
t
 
Constructor Summary
DefaultThreadPool.DefaultThreadWorker(Runnable firstTask, boolean core)
           
 
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

DefaultThreadPool.DefaultThreadWorker

public DefaultThreadPool.DefaultThreadWorker(Runnable firstTask,
                                             boolean core)
Method Detail

getTask

protected Runnable getTask()
                    throws InterruptedException
Overrides:
getTask in class FixedThreadPool.BasicWorker
Throws:
InterruptedException


Copyright © 2009 SUN Microsystems. All Rights Reserved.