Package org.testng.internal.thread
Interface IThreadFactory
-
- All Known Implementing Classes:
ThreadUtil.ThreadFactoryImpl
public interface IThreadFactory
Reduced interface to mimic ThreadFactory.- Version:
- $Revision$
- Author:
- Alexandru Popescu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getThreadFactory()
List<Thread>
getThreads()
Thread
newThread(Runnable run)
-