org.apache.blur.concurrent
Class Executors.BlurThreadFactory

java.lang.Object
  extended by org.apache.blur.concurrent.Executors.BlurThreadFactory
All Implemented Interfaces:
java.util.concurrent.ThreadFactory
Enclosing class:
Executors

public static class Executors.BlurThreadFactory
extends Object
implements java.util.concurrent.ThreadFactory


Constructor Summary
Executors.BlurThreadFactory(String prefix)
           
 
Method Summary
 Thread newThread(Runnable r)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Executors.BlurThreadFactory

public Executors.BlurThreadFactory(String prefix)
Method Detail

newThread

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


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