Class ImportEntryManager.DaemonThreadFactory
- java.lang.Object
-
- org.openbravo.service.importprocess.ImportEntryManager.DaemonThreadFactory
-
- All Implemented Interfaces:
ThreadFactory
- Enclosing class:
- ImportEntryManager
public static class ImportEntryManager.DaemonThreadFactory extends Object implements ThreadFactory
Creates threads which have deamon set to true.
-
-
Constructor Summary
Constructors Constructor Description DaemonThreadFactory()
-
-
-
Method Detail
-
newThread
public Thread newThread(Runnable runnable)
- Specified by:
newThread
in interfaceThreadFactory
-
-