Class VitroBackgroundThread.Factory
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.utils.threads.VitroBackgroundThread.Factory
-
- All Implemented Interfaces:
ThreadFactory
- Enclosing class:
- VitroBackgroundThread
public static class VitroBackgroundThread.Factory extends Object implements ThreadFactory
A factory class, for use in Executors, that creates threads with successive names.
-
-
Constructor Detail
-
Factory
public Factory(String threadName)
-
-
Method Detail
-
newThread
public Thread newThread(Runnable r)
- Specified by:
newThreadin interfaceThreadFactory
-
-