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

Packages that use ISMLocking.WriteLock
org.apache.jackrabbit.core.state   
org.apache.jackrabbit.core.version The versioning framework in jackrabbit consists of 3 layers. 
 

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 write lock once there are no other active readers or writers or the current writer shares the thread id with this writer.
 

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

Methods in org.apache.jackrabbit.core.version that return ISMLocking.WriteLock
protected  ISMLocking.WriteLock VersionManagerImplBase.acquireWriteLock()
          Acquires the write lock on this version manager.
 

Constructors in org.apache.jackrabbit.core.version with parameters of type ISMLocking.WriteLock
VersionManagerImplBase.WriteOperation(ISMLocking.WriteLock lock)
           
 



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