public class

DaemonThreadManager

extends AbstractThreadManager
java.lang.Object
   ↳ com.pnfsoftware.jeb.util.concurrent.AbstractThreadManager
     ↳ com.pnfsoftware.jeb.util.concurrent.DaemonThreadManager

Class Overview

A thread manager specialized to create daemon threads.

Summary

Public Constructors
DaemonThreadManager()
Public Methods
Thread create(Runnable r)
Create a thread.
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.util.concurrent.AbstractThreadManager
From class java.lang.Object

Public Constructors

public DaemonThreadManager ()

Public Methods

public Thread create (Runnable r)

Create a thread.

Parameters
r the runnable
Returns
  • the new thread