org.rythmengine.internal
Class RythmThreadFactory

java.lang.Object
  extended by org.rythmengine.internal.RythmThreadFactory
All Implemented Interfaces:
ThreadFactory
Direct Known Subclasses:
SandboxThreadFactory

public class RythmThreadFactory
extends Object
implements ThreadFactory


Constructor Summary
protected RythmThreadFactory(String poolName)
           
 
Method Summary
 Thread newThread(Runnable r)
           
protected  Thread newThread0(ThreadGroup g, Runnable r, String name, long stackSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RythmThreadFactory

protected RythmThreadFactory(String poolName)
Method Detail

newThread0

protected Thread newThread0(ThreadGroup g,
                            Runnable r,
                            String name,
                            long stackSize)

newThread

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


Copyright © 2013. All Rights Reserved.