public class SynchronizedVerifier
extends java.lang.Object
| Constructor and Description |
|---|
SynchronizedVerifier() |
| Modifier and Type | Method and Description |
|---|---|
static void |
check(java.lang.Object o)
Verify the object is not accessed concurrently.
|
static void |
setDetect(java.lang.Class<?> clazz,
boolean value)
Enable or disable detection for a given class.
|
public static void setDetect(java.lang.Class<?> clazz,
boolean value)
clazz - the classvalue - the new value (true means detection is enabled)public static void check(java.lang.Object o)
o - the object