|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ThreadFactory
Factory interface for Thread creation.
| Method Summary | |
|---|---|
java.lang.Thread |
makeThread(java.lang.ThreadGroup group, java.lang.Runnable runnable, java.lang.String sName)Create a Thread with the specified group, runnable, and name. |
| Methods inherited from interface java.util.concurrent.ThreadFactory |
|---|
newThread |
| Method Detail |
|---|
java.lang.Thread makeThread(java.lang.ThreadGroup group,
java.lang.Runnable runnable,
java.lang.String sName)
group - (optional) the thread's thread grouprunnable - (optional) the thread's runnablesName - (optional) the thread's name
|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||