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
Constructors -
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:AbstractThreadManagerCreate a thread.- Specified by:
createin classAbstractThreadManager- Parameters:
r- the runnable- Returns:
- the new thread
-