Class GlobalLock

java.lang.Object
org.apache.xmlbeans.impl.common.GlobalLock

public class GlobalLock
extends Object
Whenever multiple locks must be acquired within the implementation of XML Beans, this GlobalLock is acquired first, and then released when all the acutally-needed locks have been acquired. This prevents deadlocks.