|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.threadpool.impl.DefaultThreadFactory
public class DefaultThreadFactory
This is a default thread factory that creates vanilla threads.
| Constructor Summary | |
|---|---|
DefaultThreadFactory()
|
|
| Method Summary | |
|---|---|
java.lang.Thread |
createThread(java.lang.Runnable r)
Return a Thread that runs the given Runnable object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultThreadFactory()
| Method Detail |
|---|
public java.lang.Thread createThread(java.lang.Runnable r)
createThread in interface ThreadFactoryIF
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||