Class DaemonThreadManager
java.lang.Object
com.pnfsoftware.jeb.util.concurrent.AbstractThreadManager
com.pnfsoftware.jeb.util.concurrent.DaemonThreadManager
A thread manager specialized to create daemon threads.
-
Constructor Summary
-
Method Summary
Methods inherited from class com.pnfsoftware.jeb.util.concurrent.AbstractThreadManager
monitor, start, start, stop
-
Constructor Details
-
DaemonThreadManager
public DaemonThreadManager()
-
-
Method Details
-
create
Description copied from class:AbstractThreadManager
Create a thread.- Specified by:
create
in classAbstractThreadManager
- Parameters:
r
- the runnable- Returns:
- the new thread
-