|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--java.lang.Thread
|
+--MsgOutput
| Field Summary | |
private LinkedListQ |
debbugMsgs
|
private java.util.Hashtable |
debbugSwitch
|
private Semaphore |
debug_wait
|
private java.io.DataOutputStream |
debugoutput
|
private NewGUI |
GUI
|
private java.lang.String |
LogFile
|
private boolean |
logging
|
private java.io.DataOutputStream |
output
|
| Fields inherited from class java.lang.Thread |
contextClassLoader,
daemon,
eetop,
group,
inheritedAccessControlContext,
MAX_PRIORITY,
MIN_PRIORITY,
name,
NORM_PRIORITY,
priority,
single_step,
stillborn,
stopThreadPermission,
target,
threadInitNumber,
threadQ,
values |
| Constructor Summary | |
MsgOutput(NewGUI gui,
java.util.Hashtable sw,
LinkedListQ dMsgs,
Semaphore DebuggerSem)
|
|
| Method Summary | |
private void |
appendFile(java.io.DataOutputStream output,
java.lang.String Msg)
|
void |
run()
|
void |
setLogFile(java.lang.String lf)
|
| Methods inherited from class java.lang.Thread |
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
private LinkedListQ debbugMsgs
private java.util.Hashtable debbugSwitch
private NewGUI GUI
private java.lang.String LogFile
private boolean logging
private java.io.DataOutputStream output
private java.io.DataOutputStream debugoutput
private Semaphore debug_wait
| Constructor Detail |
public MsgOutput(NewGUI gui,
java.util.Hashtable sw,
LinkedListQ dMsgs,
Semaphore DebuggerSem)
| Method Detail |
public void run()
private void appendFile(java.io.DataOutputStream output,
java.lang.String Msg)
public void setLogFile(java.lang.String lf)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||