org.apache.jackrabbit.core.data.util
Class NamedThreadFactory

java.lang.Object
  extended by org.apache.jackrabbit.core.data.util.NamedThreadFactory
All Implemented Interfaces:
ThreadFactory

public class NamedThreadFactory
extends Object
implements ThreadFactory

This class extends ThreadFactory to creates named threads.


Constructor Summary
NamedThreadFactory(String threadPrefixName)
           
 
Method Summary
 Thread newThread(Runnable r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedThreadFactory

public NamedThreadFactory(String threadPrefixName)
Method Detail

newThread

public Thread newThread(Runnable r)
Specified by:
newThread in interface ThreadFactory


Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.