com.hazelcast.util.executor
Class SingleExecutorThreadFactory

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

public final class SingleExecutorThreadFactory
extends AbstractExecutorThreadFactory


Field Summary
 
Fields inherited from class com.hazelcast.util.executor.AbstractExecutorThreadFactory
classLoader, threadGroup
 
Constructor Summary
SingleExecutorThreadFactory(ThreadGroup threadGroup, ClassLoader classLoader, String threadName)
           
 
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

SingleExecutorThreadFactory

public SingleExecutorThreadFactory(ThreadGroup threadGroup,
                                   ClassLoader classLoader,
                                   String threadName)
Method Detail

createThread

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


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