Package org.exist.storage.lock

Interface Summary
Lock  
 

Class Summary
MultiReadReentrantLock A reentrant read/write lock, which allows multiple readers to acquire a lock.
ReentrantReadWriteLock A lock with the same semantics as builtin Java synchronized locks: Once a thread has a lock, it can re-obtain it any number of times without blocking.
 



<oXygen/> XML Editor provides support for editing and debugging XQuery expressions against the eXist XML Database.