org.rythmengine.internal
Class RythmThreadFactory
java.lang.Object
org.rythmengine.internal.RythmThreadFactory
- All Implemented Interfaces:
- ThreadFactory
- Direct Known Subclasses:
- SandboxThreadFactory
public class RythmThreadFactory
- extends Object
- implements ThreadFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RythmThreadFactory
protected RythmThreadFactory(String poolName)
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.