public class LockInfo extends Object implements Cloneable
| Modifier and Type | Field and Description |
|---|---|
protected Locker |
locker |
protected LockType |
lockType |
| Constructor and Description |
|---|
LockInfo(Locker locker,
LockType lockType)
Construct a new LockInfo.
|
| Modifier and Type | Method and Description |
|---|---|
LockInfo |
clone() |
void |
dump()
Debugging
|
static boolean |
getDeadlockStackTrace()
For unit testing only.
|
Locker |
getLocker() |
String |
toString() |
public static boolean getDeadlockStackTrace()
public Locker getLocker()
public void dump()
Copyright © 2024. All rights reserved.