|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.grizzly.util.WorkerThreadFactory
public class WorkerThreadFactory
Simple utility class to create WorkerThread
| Constructor Summary | |
|---|---|
WorkerThreadFactory()
|
|
WorkerThreadFactory(java.lang.String name)
|
|
| Method Summary | |
|---|---|
java.lang.Thread |
newThread(java.lang.Runnable r)
Create a new WorkerThread. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WorkerThreadFactory()
public WorkerThreadFactory(java.lang.String name)
| Method Detail |
|---|
public java.lang.Thread newThread(java.lang.Runnable r)
WorkerThread.
newThread in interface java.util.concurrent.ThreadFactoryr - a Runabble
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||