com.hazelcast.util.executor
Class AbstractExecutorThreadFactory
java.lang.Object
com.hazelcast.util.executor.AbstractExecutorThreadFactory
- All Implemented Interfaces:
- ThreadFactory
- Direct Known Subclasses:
- PoolExecutorThreadFactory, SingleExecutorThreadFactory
public abstract class AbstractExecutorThreadFactory
- extends Object
- implements ThreadFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
classLoader
protected final ClassLoader classLoader
threadGroup
protected final ThreadGroup threadGroup
AbstractExecutorThreadFactory
public AbstractExecutorThreadFactory(ThreadGroup threadGroup,
ClassLoader classLoader)
newThread
public final Thread newThread(Runnable r)
- Specified by:
newThread
in interface ThreadFactory
createThread
protected abstract Thread createThread(Runnable r)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.