ModeShape Distribution 3.0.0.CR1

Uses of Class
org.modeshape.jcr.value.binary.FileLocks.WrappedLock

Packages that use FileLocks.WrappedLock
org.modeshape.jcr.value.binary   
 

Uses of FileLocks.WrappedLock in org.modeshape.jcr.value.binary
 

Fields in org.modeshape.jcr.value.binary declared as FileLocks.WrappedLock
protected  FileLocks.WrappedLock SharedLockingInputStream.fileLock
           
protected  FileLocks.WrappedLock FileLocks.LockHolder.readLock
           
protected  FileLocks.WrappedLock FileLocks.LockHolder.writeLock
           
 

Methods in org.modeshape.jcr.value.binary that return FileLocks.WrappedLock
protected  FileLocks.WrappedLock FileLocks.LockHolder.lock(boolean write, boolean block)
           
protected  FileLocks.WrappedLock FileLocks.lock(File file, boolean writeLock, boolean block)
           
 FileLocks.WrappedLock FileLocks.readLock(File file)
          Obtain a read lock for the supplied file.
 FileLocks.WrappedLock FileLocks.tryReadLock(File file)
          Try to obtain a read lock for the supplied file.
 FileLocks.WrappedLock FileLocks.tryWriteLock(File file)
          Try to obtain a write lock for the supplied file.
 FileLocks.WrappedLock FileLocks.writeLock(File file)
          Obtain a write lock for the supplied file.
 


ModeShape Distribution 3.0.0.CR1

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.