org.gjt.universe.gui
Class AutoBugs.Monitor

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--org.gjt.universe.gui.AutoBugs.Monitor
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
AutoBugs

static class AutoBugs.Monitor
extends java.lang.Thread

thread which handles the internal monitoring..


Field Summary
(package private)  java.io.ByteArrayOutputStream baos
           
(package private)  int count
           
(package private)  boolean isActive
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
AutoBugs.Monitor()
           
 
Method Summary
 java.lang.String getString()
           
 void kill()
           
 void run()
           
 void setErr()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

isActive

boolean isActive

baos

java.io.ByteArrayOutputStream baos

count

int count
Constructor Detail

AutoBugs.Monitor

public AutoBugs.Monitor()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread

kill

public void kill()

setErr

public void setErr()

getString

public java.lang.String getString()


Copyright © 2001 Universe Dev Team All Rights Reserved.