public final class DaemonThreadFactory
extends java.lang.Object
implements java.util.concurrent.ThreadFactory
Constructor and Description |
---|
DaemonThreadFactory() |
DaemonThreadFactory(IFactory<java.lang.String> threadNameFactory) |
DaemonThreadFactory(java.lang.String threadNamePrefix) |
Modifier and Type | Method and Description |
---|---|
java.lang.Thread |
newThread(java.lang.Runnable runnable) |
public DaemonThreadFactory()
public DaemonThreadFactory(java.lang.String threadNamePrefix)
public DaemonThreadFactory(IFactory<java.lang.String> threadNameFactory)
Siehe auch Jowidgets Nutzerhandbuch