private static final class StatusScheduler.ThreadFactory extends Object implements ThreadFactory
StatusScheduler.ThreadFactory
.
Constructs new threads for GlassFish log fetcher tasks.Modifier and Type | Field and Description |
---|---|
private static String |
THREAD_NAME
Thread name.
|
private static ThreadGroup |
threadGroup
ThreadGroup of constructed thread. |
Modifier | Constructor and Description |
---|---|
private |
StatusScheduler.ThreadFactory() |
Modifier and Type | Method and Description |
---|---|
private static ThreadGroup |
initThreadGroup()
Initialize
ThreadGroup object for threads being created
in this factory. |
Thread |
newThread(Runnable r)
Constructs a new
Thread . |
private static final String THREAD_NAME
private static final ThreadGroup threadGroup
ThreadGroup
of constructed thread.private static ThreadGroup initThreadGroup()
ThreadGroup
object for threads being created
in this factory.
ThreadGroup
object for threads being created
in this factory.Copyright © 2013. All Rights Reserved.