Package org.h2.util
Class AbbaDetector
- java.lang.Object
-
- org.h2.util.AbbaDetector
-
public class AbbaDetector extends java.lang.ObjectUtility to detect AB-BA deadlocks.
-
-
Constructor Summary
Constructors Constructor Description AbbaDetector()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Objectbegin(java.lang.Object o)This method is called just before or just after an object is synchronized.
-