edu.rice.cs.util
Class ProcessSequence.ProcessSequenceThreadGroup
java.lang.Object
java.lang.ThreadGroup
edu.rice.cs.util.ProcessSequence.ProcessSequenceThreadGroup
- All Implemented Interfaces:
- Thread.UncaughtExceptionHandler
- Enclosing class:
- ProcessSequence
protected class ProcessSequence.ProcessSequenceThreadGroup
- extends ThreadGroup
Thread group for all threads that deal with this process sequence.
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 |
ProcessSequence.ProcessSequenceThreadGroup
public ProcessSequence.ProcessSequenceThreadGroup(ProcessSequence seq)
uncaughtException
public void uncaughtException(Thread t,
Throwable e)
- Specified by:
uncaughtException
in interface Thread.UncaughtExceptionHandler
- Overrides:
uncaughtException
in class ThreadGroup