public final class ActiveMQThreadFactory extends Object implements ThreadFactory
| Constructor and Description |
|---|
ActiveMQThreadFactory(String groupName,
boolean daemon,
ClassLoader tccl)
Construct a new instance.
|
public ActiveMQThreadFactory(String groupName, boolean daemon, ClassLoader tccl)
groupName - the name of the thread group to assign threads to by defaultdaemon - whether the created threads should be daemon threadstccl - the context class loader of newly created threadspublic Thread newThread(Runnable command)
newThread in interface ThreadFactoryCopyright © 2016 The Apache Software Foundation. All Rights Reserved.