Uses of Class
org.glassfish.grizzly.threadpool.AbstractThreadPool.Worker

Packages that use AbstractThreadPool.Worker
org.glassfish.grizzly.threadpool   
 

Uses of AbstractThreadPool.Worker in org.glassfish.grizzly.threadpool
 

Subclasses of AbstractThreadPool.Worker in org.glassfish.grizzly.threadpool
protected  class SyncThreadPool.SyncThreadWorker
           
 

Fields in org.glassfish.grizzly.threadpool with type parameters of type AbstractThreadPool.Worker
protected  DelayedExecutor.DelayQueue<AbstractThreadPool.Worker> AbstractThreadPool.delayedQueue
           
protected  java.util.Map<AbstractThreadPool.Worker,java.lang.Long> AbstractThreadPool.workers
           
 

Methods in org.glassfish.grizzly.threadpool with parameters of type AbstractThreadPool.Worker
protected  void AbstractThreadPool.afterExecute(AbstractThreadPool.Worker worker, java.lang.Thread thread, java.lang.Runnable r, java.lang.Throwable t)
          Method invoked upon completion of execution of the given Runnable.
protected  void AbstractThreadPool.beforeExecute(AbstractThreadPool.Worker worker, java.lang.Thread t, java.lang.Runnable r)
          Method invoked prior to executing the given Runnable in the given thread.
protected  void SyncThreadPool.onWorkerExit(AbstractThreadPool.Worker 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 SyncThreadPool.onWorkerStarted(AbstractThreadPool.Worker worker)
           
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 SyncThreadPool.startWorker(AbstractThreadPool.Worker worker)
           
protected  void AbstractThreadPool.startWorker(AbstractThreadPool.Worker worker)
          must hold statelock while calling this method.
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.