| Package | Description | 
|---|---|
| org.apache.jackrabbit.core.state | 
| Modifier and Type | Method and Description | 
|---|---|
ISMLocking.ReadLock | 
ISMLocking.acquireReadLock(ItemId id)
Acquire a read lock for the given item  
id. | 
ISMLocking.ReadLock | 
FineGrainedISMLocking.acquireReadLock(ItemId id)
Acquire a read lock for the given item  
id. | 
ISMLocking.ReadLock | 
DefaultISMLocking.acquireReadLock(ItemId id)
Increments the reader count and returns the acquired read lock once
 there are no more writers or the current writer shares the thread id
 with this reader. 
 | 
ISMLocking.ReadLock | 
ISMLocking.WriteLock.downgrade()
Downgrades this lock into a read lock. 
 | 
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.