Class ReplacementForThread
- java.lang.Object
-
- de.inetsoftware.jwebassembly.api.java.lang.ReplacementForThread
-
class ReplacementForThread extends java.lang.ObjectReplacement methods for the class java.lang.Thread.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.Threadcurrent
-
Constructor Summary
Constructors Constructor Description ReplacementForThread()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static java.lang.ThreadcurrentThread()Replacement for currentThread().java.lang.ClassLoadergetContextClassLoader()Replacement for getContextClassLoader().static booleanholdsLock(java.lang.Object obj)Replacement for holdsLock().(package private) static voidinterrupt0(java.lang.Thread THIS)Replacement for interrupt0().(package private) static voidregisterNatives()Replacement for registerNatives().(package private) static voidsetPriority0(java.lang.Thread THIS, int newPriority)Replacement for setPriority0().
-
-
-
Method Detail
-
registerNatives
static void registerNatives()
Replacement for registerNatives().
-
currentThread
static java.lang.Thread currentThread()
Replacement for currentThread().
-
getContextClassLoader
public java.lang.ClassLoader getContextClassLoader()
Replacement for getContextClassLoader().
-
holdsLock
public static boolean holdsLock(java.lang.Object obj)
Replacement for holdsLock().
-
setPriority0
static void setPriority0(java.lang.Thread THIS, int newPriority)Replacement for setPriority0().
-
interrupt0
static void interrupt0(java.lang.Thread THIS)
Replacement for interrupt0().
-
-