|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.h2.util.AbbaDetector
public class AbbaDetector
Utility to detect AB-BA deadlocks.
| Constructor Summary | |
|---|---|
AbbaDetector()
|
|
| Method Summary | |
|---|---|
static java.lang.Object |
begin(java.lang.Object o)
This method is called just before or just after an object is synchronized. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbbaDetector()
| Method Detail |
|---|
public static java.lang.Object begin(java.lang.Object o)
o - the object, or null for the current class
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||