com.hazelcast.util.executor
Class PoolExecutorThreadFactory

java.lang.Object
  extended by com.hazelcast.util.executor.AbstractExecutorThreadFactory
      extended by com.hazelcast.util.executor.PoolExecutorThreadFactory
All Implemented Interfaces:
ThreadFactory

public final class PoolExecutorThreadFactory
extends AbstractExecutorThreadFactory


Field Summary
 
Fields inherited from class com.hazelcast.util.executor.AbstractExecutorThreadFactory
classLoader, threadGroup
 
Constructor Summary
PoolExecutorThreadFactory(ThreadGroup threadGroup, String threadNamePrefix, ClassLoader classLoader)
           
 
Method Summary
protected  Thread createThread(Runnable r)
           
 
Methods inherited from class com.hazelcast.util.executor.AbstractExecutorThreadFactory
newThread
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoolExecutorThreadFactory

public PoolExecutorThreadFactory(ThreadGroup threadGroup,
                                 String threadNamePrefix,
                                 ClassLoader classLoader)
Method Detail

createThread

protected Thread createThread(Runnable r)
Specified by:
createThread in class AbstractExecutorThreadFactory


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.