Neo4j Community

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
equals, 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

Neo4j Community

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