org.neo4j.helpers
Class DaemonThreadFactory
java.lang.Object
org.neo4j.helpers.DaemonThreadFactory
- All Implemented Interfaces:
- ThreadFactory
public class DaemonThreadFactory
- extends Object
- implements ThreadFactory
Yes, it's yet another daemon thread factory since Executors doesn't provide one. Sigh.
DaemonThreadFactory
public DaemonThreadFactory(String name)
newThread
public Thread newThread(Runnable r)
- Specified by:
newThread
in interface ThreadFactory
Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.