Methods in com.sun.grizzly.util with parameters of type AbstractThreadPool.Worker |
protected void |
SyncThreadPool.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 |
FixedThreadPool.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.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 |
SyncThreadPool.startWorker(AbstractThreadPool.Worker wt)
|