org.datamanager.kernel
Class ThreadMonitorSimpleton

java.lang.Object
  |
  +--org.datamanager.kernel.Simpleton
        |
        +--org.datamanager.kernel.ThreadMonitorSimpleton

public class ThreadMonitorSimpleton
extends Simpleton

Provides a way to monitor the running threads in KnownSpace. FIXME: Should also probably recurse into ThreadGroups contained within our ThreadGroup.

Author:
Matt Liggett

Nested Class Summary
 class ThreadMonitorSimpleton.ThreadTableModel
          A TableModel for displaying information about the system threads.
 
Nested classes inherited from class org.datamanager.kernel.Simpleton
Simpleton.Information, Simpleton.Priority
 
Field Summary
static int SLEEP_INTERVAL
          How long in milliseconds to sleep between updates of the thread display.
 
Constructor Summary
ThreadMonitorSimpleton()
           
 
Method Summary
 void process()
          Throws the frame up and occasionally polls the system for thread status.
 
Methods inherited from class org.datamanager.kernel.Simpleton
clone, getInformation, getPriority, setInformation, setPriority, start
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SLEEP_INTERVAL

public static final int SLEEP_INTERVAL
How long in milliseconds to sleep between updates of the thread display.

See Also:
Constant Field Values
Constructor Detail

ThreadMonitorSimpleton

public ThreadMonitorSimpleton()
Method Detail

process

public void process()
Throws the frame up and occasionally polls the system for thread status.

Specified by:
process in class Simpleton


See the Helium Website