org.apache.aries.blueprint.container
Class BlueprintThreadFactory

java.lang.Object
  extended by org.apache.aries.blueprint.container.BlueprintThreadFactory
All Implemented Interfaces:
ThreadFactory

public class BlueprintThreadFactory
extends Object
implements ThreadFactory


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

Constructor Detail

BlueprintThreadFactory

public BlueprintThreadFactory(String name)
Method Detail

newThread

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


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.