public class RythmThreadFactory extends Object implements ThreadFactory
| Modifier | Constructor and Description | 
|---|---|
| protected  | RythmThreadFactory(String poolName) | 
| Modifier and Type | Method and Description | 
|---|---|
| Thread | newThread(Runnable r) | 
| protected Thread | newThread0(ThreadGroup g,
          Runnable r,
          String name,
          long stackSize) | 
protected RythmThreadFactory(String poolName)
protected Thread newThread0(ThreadGroup g, Runnable r, String name, long stackSize)
public Thread newThread(Runnable r)
newThread in interface ThreadFactoryCopyright © 2015. All Rights Reserved.