- All Implemented Interfaces:
Runnable
Utility to detect AB-BA deadlocks.
-
Constructor Summary
Constructors
-
Method Summary
void
void
Start collecting locking data.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AbbaLockingDetector
public AbbaLockingDetector()
-
Method Details
-
startCollecting
Start collecting locking data.
- Returns:
- this
-
reset
public void reset()
Reset the state.
-
stopCollecting
Stop collecting.
- Returns:
- this
-
run
public void run()
- Specified by:
run in interface Runnable