Package org.apache.xmlbeans.impl.common
Class GlobalLock
- java.lang.Object
-
- org.apache.xmlbeans.impl.common.GlobalLock
-
public class GlobalLock extends java.lang.ObjectWhenever 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.
-
-
Constructor Summary
Constructors Constructor Description GlobalLock()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidacquire()static voidrelease()static voidtryToAcquire()
-