public abstract class AbstractExecutorThreadFactory extends Object implements ThreadFactory
Modifier and Type | Field and Description |
---|---|
protected ClassLoader |
classLoader |
protected ThreadGroup |
threadGroup |
Constructor and Description |
---|
AbstractExecutorThreadFactory(ThreadGroup threadGroup,
ClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
protected abstract Thread |
createThread(Runnable r) |
Thread |
newThread(Runnable r) |
protected final ClassLoader classLoader
protected final ThreadGroup threadGroup
public AbstractExecutorThreadFactory(ThreadGroup threadGroup, ClassLoader classLoader)
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.