com.sun.grizzly.util
Class DefaultThreadPool.DefaultThreadWorker
java.lang.Object
com.sun.grizzly.util.AbstractThreadPool.Worker
com.sun.grizzly.util.FixedThreadPool.BasicWorker
com.sun.grizzly.util.DefaultThreadPool.DefaultThreadWorker
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- DefaultThreadPool
protected class DefaultThreadPool.DefaultThreadWorker
- extends FixedThreadPool.BasicWorker
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultThreadPool.DefaultThreadWorker
public DefaultThreadPool.DefaultThreadWorker(Runnable firstTask,
boolean core)
getTask
protected Runnable getTask()
throws InterruptedException
- Overrides:
getTask
in class FixedThreadPool.BasicWorker
- Throws:
InterruptedException
Copyright © 2009 SUN Microsystems. All Rights Reserved.