org.dasein.util
Class NamedThreadFactory

java.lang.Object
  extended by org.dasein.util.NamedThreadFactory
All Implemented Interfaces:
ThreadFactory

public class NamedThreadFactory
extends Object
implements ThreadFactory


Constructor Summary
NamedThreadFactory(Class owner)
           
NamedThreadFactory(Class owner, 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

NamedThreadFactory

public NamedThreadFactory(Class owner)

NamedThreadFactory

public NamedThreadFactory(Class owner,
                          String name)
Method Detail

newThread

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


Copyright © 2012 enStratus Networks Inc. All Rights Reserved.