org.apache.accumulo.server.util
Class NamingThreadFactory

java.lang.Object
  extended by org.apache.accumulo.server.util.NamingThreadFactory
All Implemented Interfaces:
java.util.concurrent.ThreadFactory

public class NamingThreadFactory
extends java.lang.Object
implements java.util.concurrent.ThreadFactory


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

Constructor Detail

NamingThreadFactory

public NamingThreadFactory(java.lang.String name)
Method Detail

newThread

public java.lang.Thread newThread(java.lang.Runnable r)
Specified by:
newThread in interface java.util.concurrent.ThreadFactory


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.