Uses of Class
com.sun.grizzly.util.AbstractThreadPool.Worker

Packages that use AbstractThreadPool.Worker
com.sun.grizzly.util   
 

Uses of AbstractThreadPool.Worker in com.sun.grizzly.util
 

Subclasses of AbstractThreadPool.Worker in com.sun.grizzly.util
protected  class SyncThreadPool.SyncThreadWorker
           
 

Fields in com.sun.grizzly.util with type parameters of type AbstractThreadPool.Worker
protected  Map<AbstractThreadPool.Worker,Long> AbstractThreadPool.workers
           
 

Methods in com.sun.grizzly.util with parameters of type AbstractThreadPool.Worker
protected  void AbstractThreadPool.onWorkerExit(AbstractThreadPool.Worker worker)
          Method is called by AbstractThreadPool.Worker, when it's completing run() method execution, which in most cases means, that ThreadPool's thread will be released.
protected  void AbstractThreadPool.onWorkerStarted(AbstractThreadPool.Worker worker)
          Method is called by AbstractThreadPool.Worker, when it's starting run() method execution, which means, that ThreadPool's thread is getting active and ready to process tasks.
protected  void AbstractThreadPool.startWorker(AbstractThreadPool.Worker wt)
          must hold statelock while calling this method.
protected  void SyncThreadPool.startWorker(AbstractThreadPool.Worker wt)
          must hold statelock while calling this method.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.