public class CommandThreadFactory extends Object implements ThreadFactory
Constructor and Description |
---|
CommandThreadFactory(String threadName,
CommonThreadFactoryState state) |
CommandThreadFactory(String threadName,
CommonThreadFactoryState state,
int threadPriority) |
CommandThreadFactory(ThreadFactory threadFactory,
CommonThreadFactoryState state) |
CommandThreadFactory(ThreadFactory threadFactory,
CommonThreadFactoryState state,
OptionalInt optionalPriority) |
public CommandThreadFactory(String threadName, CommonThreadFactoryState state, int threadPriority)
public CommandThreadFactory(String threadName, CommonThreadFactoryState state)
public CommandThreadFactory(ThreadFactory threadFactory, CommonThreadFactoryState state)
public CommandThreadFactory(ThreadFactory threadFactory, CommonThreadFactoryState state, OptionalInt optionalPriority)
public Thread newThread(Runnable r)
newThread
in interface ThreadFactory