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)  | 
protected final ClassLoader classLoader
protected final ThreadGroup threadGroup
public AbstractExecutorThreadFactory(ThreadGroup threadGroup, ClassLoader classLoader)
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.