org.semanticweb.elk.util.concurrent.computation
Class ComputationThreadGroup

java.lang.Object
  extended by java.lang.ThreadGroup
      extended by org.semanticweb.elk.util.concurrent.computation.ComputationThreadGroup
All Implemented Interfaces:
Thread.UncaughtExceptionHandler

public class ComputationThreadGroup
extends ThreadGroup

Thread groups used by this executor

Author:
"Yevgeny Kazakov"

Constructor Summary
ComputationThreadGroup(String name)
           
 
Method Summary
 
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, uncaughtException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComputationThreadGroup

public ComputationThreadGroup(String name)


Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.