Package org.italiangrid.voms.store.impl
Class VOMSNamedThreadFactory
- java.lang.Object
-
- org.italiangrid.voms.store.impl.VOMSNamedThreadFactory
-
- All Implemented Interfaces:
java.util.concurrent.ThreadFactory
public class VOMSNamedThreadFactory extends java.lang.Object implements java.util.concurrent.ThreadFactory
A simple thread factory to create named VOMS background threads.- Author:
- Andrea Ceccanti
-
-
Constructor Summary
Constructors Constructor Description VOMSNamedThreadFactory()
VOMSNamedThreadFactory(java.lang.Thread.UncaughtExceptionHandler h)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Thread
newThread(java.lang.Runnable r)
-