Class CPMThreadGroup

java.lang.Object
java.lang.ThreadGroup
org.apache.uima.collection.impl.cpm.engine.CPMThreadGroup
All Implemented Interfaces:
Thread.UncaughtExceptionHandler

public class CPMThreadGroup extends ThreadGroup
This component catches uncaught errors in the CPM. All critical threads in the CPM are part of this ThreadGroup. If OutOfMemory Error is thrown this component is notified by the JVM and its job is to notify registered listeners.
  • Constructor Details

    • CPMThreadGroup

      public CPMThreadGroup(String name)
      Parameters:
      name -
    • CPMThreadGroup

      public CPMThreadGroup(ThreadGroup parent, String name)
      Parameters:
      parent - - parent thread group
      name - - name of this thread group
  • Method Details