public class JNIThreadOwnedMonitors extends Object
| Constructor and Description |
|---|
JNIThreadOwnedMonitors() |
| Modifier and Type | Method and Description |
|---|---|
static void |
entered(Object obj) |
static void |
exited(Object obj) |
static void |
forEach(BiConsumer<Object,Integer> action)
Performs the specified action for each monitor owned by this thread, with the recursive depth
(>= 1) as second input.
|
public static void entered(Object obj)
public static void exited(Object obj)
public static void forEach(BiConsumer<Object,Integer> action)