Package org.apache.jackrabbit.core.state
Interface ISMLocking.WriteLock
- 
- Enclosing interface:
 - ISMLocking
 
public static interface ISMLocking.WriteLock 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ISMLocking.ReadLockdowngrade()Downgrades this lock into a read lock.voidrelease()Releases this lock. 
 - 
 
- 
- 
Method Detail
- 
release
void release()
Releases this lock. 
- 
downgrade
ISMLocking.ReadLock downgrade()
Downgrades this lock into a read lock. When this method returns this write lock is effectively released and the returned read lock must be used to further release the read lock.- Returns:
 - the read lock downgraded from this write lock.
 
 
 - 
 
 -