Class ReplacementForThread
- java.lang.Object
-
- de.inetsoftware.jwebassembly.api.java.lang.ReplacementForThread
-
class ReplacementForThread extends java.lang.Object
Replacement methods for the class java.lang.Thread.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.Thread
current
-
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.Thread
currentThread()
Replacement for currentThread().java.lang.ClassLoader
getContextClassLoader()
Replacement for getContextClassLoader().static boolean
holdsLock(java.lang.Object obj)
Replacement for holdsLock().(package private) static void
interrupt0(java.lang.Thread THIS)
Replacement for interrupt0().(package private) static void
registerNatives()
Replacement for registerNatives().(package private) static void
setPriority0(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().
-
-