|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ThreadFactory
An interface to thread factories.
| Method Summary | |
|---|---|
int |
getPriority()
Gets the default priority of production threads. |
boolean |
isDaemon()
Gets the daemon flag of production threads. |
void |
setDaemon(boolean daemon)
Sets the daemon flag of production threads. |
void |
setPriority(int priority)
Sets the default priority of production threads. |
| Methods inherited from interface org.norther.tammi.core.base.ObjectFactory |
|---|
getInstance, getInstance, getInstance, getInstance, isLoaderSupported |
| Methods inherited from interface java.util.concurrent.ThreadFactory |
|---|
newThread |
| Method Detail |
|---|
int getPriority()
void setPriority(int priority)
priority - the default priority.boolean isDaemon()
void setDaemon(boolean daemon)
daemon - the daemon flag.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||