Class FileHandler.ThreadFactory
java.lang.Object
org.apache.juli.FileHandler.ThreadFactory
- All Implemented Interfaces:
ThreadFactory
- Enclosing class:
FileHandler
Thread factory for creating log file cleanup threads.
-
Constructor Summary
ConstructorsConstructorDescriptionThreadFactory(String namePrefix) Creates a new ThreadFactory with the given name prefix. -
Method Summary
-
Constructor Details
-
ThreadFactory
Creates a new ThreadFactory with the given name prefix.- Parameters:
namePrefix- The name prefix for threads created by this factory
-
-
Method Details
-
newThread
- Specified by:
newThreadin interfaceThreadFactory
-