edu.rice.cs.util
Class ProcessChain.ProcessChainThreadGroup

java.lang.Object
  extended by java.lang.ThreadGroup
      extended by edu.rice.cs.util.ProcessChain.ProcessChainThreadGroup
All Implemented Interfaces:
Thread.UncaughtExceptionHandler
Enclosing class:
ProcessChain

protected static class ProcessChain.ProcessChainThreadGroup
extends ThreadGroup

Thread group for all threads that deal with this process sequence.


Field Summary
private  ProcessChain _chain
           
private  PrintWriter _debugOut
           
 
Constructor Summary
ProcessChain.ProcessChainThreadGroup(ProcessChain chain)
           
 
Method Summary
 void uncaughtException(Thread t, 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

_chain

private ProcessChain _chain

_debugOut

private PrintWriter _debugOut
Constructor Detail

ProcessChain.ProcessChainThreadGroup

public ProcessChain.ProcessChainThreadGroup(ProcessChain chain)
Method Detail

uncaughtException

public void uncaughtException(Thread t,
                              Throwable e)
Specified by:
uncaughtException in interface Thread.UncaughtExceptionHandler
Overrides:
uncaughtException in class ThreadGroup