Class Overview
A thread manager specialized to create daemon threads.
Summary
Public Methods |
Thread
|
create(Runnable r)
Create a thread.
|
[Expand]
Inherited Methods |
From class
com.pnfsoftware.jeb.util.concurrent.AbstractThreadManager
abstract
Thread
|
create(Runnable r)
Create a thread.
|
boolean
|
monitor(Thread t, IMonitorInfoProvider provider)
Monitor a running thread, and attempt to terminate it after a dynamic timeout has elapsed.
|
Thread
|
start(Runnable r)
Create and start a new daemon thread.
|
Thread
|
start(String name, Runnable r)
Create and start a new daemon thread.
|
boolean
|
stop(Thread t)
Gracefully stop a running thread.
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
DaemonThreadManager
()
Public Methods
public
Thread
create
(Runnable r)