udt.util
Class UDTThreadFactory

java.lang.Object
  extended by udt.util.UDTThreadFactory
All Implemented Interfaces:
ThreadFactory

public class UDTThreadFactory
extends Object
implements ThreadFactory


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

Constructor Detail

UDTThreadFactory

public UDTThreadFactory()
Method Detail

get

public static UDTThreadFactory get()

newThread

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


Copyright © 2013 LittleShoot. All Rights Reserved.