|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ThreadFactory
This interface specifies the behavior of a factory of thread.
| Method Summary | |
|---|---|
java.lang.Thread |
newThreadFor(java.lang.Runnable r)
Given a Runnable instance, this method returns
a Thread instance which encapsulates the given
runnable. |
| Method Detail |
|---|
java.lang.Thread newThreadFor(java.lang.Runnable r)
Runnable instance, this method returns
a Thread instance which encapsulates the given
runnable. The returned thread is not started.
Thread instance wrapping the given Runnable.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||