public static final class DirectoryThread.Factory extends Object implements ThreadFactory
Executors to dynamically create new
DirectoryThread instances.| Constructor and Description |
|---|
DirectoryThread.Factory(String threadNamePrefix)
Creates a new directory thread factory using the provided
thread name prefix.
|
public DirectoryThread.Factory(String threadNamePrefix)
threadNamePrefix - The name prefix used for all threads created using this factory.public Thread newThread(Runnable r)
newThread in interface ThreadFactoryCopyright © 2010-2015 ForgeRock AS. All Rights Reserved.