Class NamedThreadFactory
java.lang.Object
org.antublue.test.engine.internal.util.NamedThreadFactory
- All Implemented Interfaces:
ThreadFactory
Class to implement a named ThreadFactory
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NamedThreadFactory
Constructor- Parameters:
format- format
-
-
Method Details
-
newThread
Method to create a new Thread- Specified by:
newThreadin interfaceThreadFactory- Parameters:
runnable- a runnable to be executed by new thread instance- Returns:
- the Thread
-