Uses of Interface
org.apache.jackrabbit.core.state.ISMLocking.ReadLock
-
Packages that use ISMLocking.ReadLock Package Description org.apache.jackrabbit.core.state -
-
Uses of ISMLocking.ReadLock in org.apache.jackrabbit.core.state
Methods in org.apache.jackrabbit.core.state that return ISMLocking.ReadLock Modifier and Type Method Description 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
FineGrainedISMLocking. acquireReadLock(ItemId id)
Acquire a read lock for the given itemid
.ISMLocking.ReadLock
ISMLocking. acquireReadLock(ItemId id)
Acquire a read lock for the given itemid
.ISMLocking.ReadLock
ISMLocking.WriteLock. downgrade()
Downgrades this lock into a read lock.
-