org.apache.aries.blueprint.container
Class BlueprintThreadFactory

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

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


Constructor Summary
BlueprintThreadFactory(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

BlueprintThreadFactory

public BlueprintThreadFactory(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 © 2009-2011 The Apache Software Foundation. All Rights Reserved.