|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xcmis.search.lucene.index.TraceableThreadFactory
@Deprecated public class TraceableThreadFactory
Created by The eXo Platform SAS.
| Constructor Summary | |
|---|---|
TraceableThreadFactory()
Deprecated. |
|
| Method Summary | |
|---|---|
static List<ThreadGroup> |
getActiveThreadGroups()
Deprecated. Get a list of thread groups registered by the factory. |
String |
getNamePrefix()
Deprecated. |
Thread |
newThread(Runnable r)
Deprecated. |
void |
setNamePrefix(String namePrefix)
Deprecated. |
void |
setThreadDaemon(boolean daemon)
Deprecated. |
void |
setThreadPriority(int threadPriority)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TraceableThreadFactory()
| Method Detail |
|---|
public String getNamePrefix()
public Thread newThread(Runnable r)
public void setNamePrefix(String namePrefix)
public void setThreadDaemon(boolean daemon)
daemon - true if all threads created must be daemon threadspublic void setThreadPriority(int threadPriority)
threadPriority - the threads priority from 1 (lowest) to 10 (highest)public static List<ThreadGroup> getActiveThreadGroups()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||