Class 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 Detail

      • 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