Class AEThread

    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.lang.Thread

        java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.WeakHashMap our_thread_map
      Deprecated.
       
      • Fields inherited from class java.lang.Thread

        MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
    • Constructor Summary

      Constructors 
      Constructor Description
      AEThread​(java.lang.String name)
      Deprecated.
       
      AEThread​(java.lang.String name, boolean daemon)
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static boolean isOurThread​(java.lang.Thread thread)
      Deprecated.
       
      void run()
      Deprecated.
       
      abstract void runSupport()
      Deprecated.
       
      static void setOurThread()
      Deprecated.
       
      static void setOurThread​(java.lang.Thread thread)
      Deprecated.
       
      • Methods inherited from class java.lang.Thread

        activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • our_thread_map

        private static final java.util.WeakHashMap our_thread_map
        Deprecated.
    • Constructor Detail

      • AEThread

        public AEThread​(java.lang.String name)
        Deprecated.
      • AEThread

        public AEThread​(java.lang.String name,
                        boolean daemon)
        Deprecated.
    • Method Detail

      • run

        public void run()
        Deprecated.
        Specified by:
        run in interface java.lang.Runnable
        Overrides:
        run in class java.lang.Thread
      • runSupport

        public abstract void runSupport()
        Deprecated.
      • isOurThread

        public static boolean isOurThread​(java.lang.Thread thread)
        Deprecated.
      • setOurThread

        public static void setOurThread()
        Deprecated.
      • setOurThread

        public static void setOurThread​(java.lang.Thread thread)
        Deprecated.