Class ReplacementForThread

java.lang.Object
de.inetsoftware.jwebassembly.api.java.lang.ReplacementForThread

class ReplacementForThread extends Object
Replacement methods for the class java.lang.Thread.
  • Field Details

    • current

      private static Thread current
  • Constructor Details

    • ReplacementForThread

      ReplacementForThread()
  • Method Details

    • registerNatives

      static void registerNatives()
      Replacement for registerNatives().
    • currentThread

      static Thread currentThread()
      Replacement for currentThread().
    • getContextClassLoader

      public ClassLoader getContextClassLoader()
      Replacement for getContextClassLoader().
    • holdsLock

      public static boolean holdsLock(Object obj)
      Replacement for holdsLock().
    • setPriority0

      static void setPriority0(Thread THIS, int newPriority)
      Replacement for setPriority0().
    • interrupt0

      static void interrupt0(Thread THIS)
      Replacement for interrupt0().