org.exist.storage.lock
Class LockOwner
java.lang.Object
org.exist.storage.lock.LockOwner
public class LockOwner
- extends Object
Used to track acquired locks, mainly for debugging.
Field Summary |
static boolean |
DEBUG
Global flag: set to true to receive debugging output, in particular,
to see where a lock was acquired. |
DEBUG
public static boolean DEBUG
- Global flag: set to true to receive debugging output, in particular,
to see where a lock was acquired. Note: it adds some considerable
processing overhead.
LockOwner
public LockOwner(Thread owner)
getOwner
public final Thread getOwner()
getStack
public final Throwable getStack()
Copyright (C) Wolfgang Meier. All rights reserved.