|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.ThreadGroup
edu.rice.cs.util.ProcessSequence.ProcessSequenceThreadGroup
protected static class ProcessSequence.ProcessSequenceThreadGroup
Thread group for all threads that deal with this process sequence.
| Field Summary | |
|---|---|
private java.io.PrintWriter |
_debugOut
|
| Constructor Summary | |
|---|---|
ProcessSequence.ProcessSequenceThreadGroup(ProcessSequence seq)
|
|
| Method Summary | |
|---|---|
void |
uncaughtException(java.lang.Thread t,
java.lang.Throwable e)
|
| Methods inherited from class java.lang.ThreadGroup |
|---|
activeCount, activeGroupCount, allowThreadSuspension, checkAccess, destroy, enumerate, enumerate, enumerate, enumerate, getMaxPriority, getName, getParent, interrupt, isDaemon, isDestroyed, list, parentOf, resume, setDaemon, setMaxPriority, stop, suspend, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private java.io.PrintWriter _debugOut
| Constructor Detail |
|---|
public ProcessSequence.ProcessSequenceThreadGroup(ProcessSequence seq)
| Method Detail |
|---|
public void uncaughtException(java.lang.Thread t,
java.lang.Throwable e)
uncaughtException in interface java.lang.Thread.UncaughtExceptionHandleruncaughtException in class java.lang.ThreadGroup
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||