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
 java.lang.Object getThreadFactory()
           
 java.lang.Thread newThread(java.lang.Runnable run)
           
 

Method Detail

newThread

java.lang.Thread newThread(java.lang.Runnable run)

getThreadFactory

java.lang.Object getThreadFactory()


Copyright © 2010. All Rights Reserved.