psdi.server

Class MaximoThreadGroup

  • java.lang.Object
    • java.lang.ThreadGroup
      • psdi.server.MaximoThreadGroup
  • All Implemented Interfaces:
    java.lang.Thread.UncaughtExceptionHandler


    public class MaximoThreadGroup
    extends java.lang.ThreadGroup
    A MaximoThreadGroup class used to control all MaximoThread objects. A MaximoThread would by default get added to the MaximoThreadGroup upon construction.
    • Constructor Summary

      Constructors 
      Constructor and Description
      MaximoThreadGroup()
      Constructs a Thread Group with a fixed MAXIMO Thread group name.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static MaximoThreadGroup getMXThreadGroup()
      Returns the MaximoThreadGroup object, if available otherwise, creates one.
      • 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

      • MaximoThreadGroup

        public MaximoThreadGroup()
        Constructs a Thread Group with a fixed MAXIMO Thread group name.
        Parameters:
        name -
    • Method Detail

      • getMXThreadGroup

        public static MaximoThreadGroup getMXThreadGroup()
        Returns the MaximoThreadGroup object, if available otherwise, creates one.
        Returns:
        MaximoThreadGroup object