Uses of Interface
org.apache.jackrabbit.core.state.ISMLocking.WriteLock

Packages that use ISMLocking.WriteLock
org.apache.jackrabbit.core.state   
 

Uses of ISMLocking.WriteLock in org.apache.jackrabbit.core.state
 

Methods in org.apache.jackrabbit.core.state that return ISMLocking.WriteLock
 ISMLocking.WriteLock ISMLocking.acquireWriteLock(ChangeLog changeLog)
          Acquires a write lock for the given changeLog.
 ISMLocking.WriteLock FineGrainedISMLocking.acquireWriteLock(ChangeLog changeLog)
          Acquires a write lock for the given changeLog.
 ISMLocking.WriteLock DefaultISMLocking.acquireWriteLock(ChangeLog changeLog)
          Increments the writer count, sets the writer identifier and returns the acquired read lock once there are no other active readers or writers or the current writer shares the thread id with this writer.
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.