org.neo4j.helpers
Class NamedThreadFactory

java.lang.Object
  extended by org.neo4j.helpers.NamedThreadFactory
All Implemented Interfaces:
ThreadFactory

public class NamedThreadFactory
extends Object
implements ThreadFactory


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

Constructor Detail

NamedThreadFactory

public NamedThreadFactory(String threadNamePrefix)

NamedThreadFactory

public NamedThreadFactory(String threadNamePrefix,
                          int priority)
Method Detail

newThread

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


Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.